From ca924726d8e692458088267aa5fb36848654fabd Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Mon, 24 Jan 2000 13:41:36 +0000 Subject: New email code wasn't sending to people who had voted for a bug. Added "My votes" link to footer. Other minor voting-related fixes. --- changepassword.cgi | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'changepassword.cgi') diff --git a/changepassword.cgi b/changepassword.cgi index 5922a1e03..ca533b1ee 100755 --- a/changepassword.cgi +++ b/changepassword.cgi @@ -22,10 +22,18 @@ require "CGI.pl"; + +sub sillyness { + my $zz; + $zz = $::anyvotesallowed; +} + confirm_login(); print "Content-type: text/html\n\n"; +GetVersionTable(); + if (! defined $::FORM{'pwd1'}) { PutHeader("Preferences", "Change your password and
other preferences", $::COOKIE{'Bugzilla_login'}); @@ -98,10 +106,10 @@ risk any bugs), check here.
-
-Review your votes -
-"; +
"; + if ($::anyvotesallowed) { + print qq{Review your votes
\n}; + } PutFooter(); exit; } -- cgit v1.2.3-24-g4f1b