Commit 2ffeb54a authored by terry%mozilla.org's avatar terry%mozilla.org

Whoops; code to let people turn on new "newemailtech" pref was busted.

parent 6dcda41d
...@@ -141,9 +141,11 @@ Please click <b>Back</b> and try again.\n"; ...@@ -141,9 +141,11 @@ Please click <b>Back</b> and try again.\n";
} }
my $newemailtech = exists $::FORM{'newemailtech'};
SendSQL("UPDATE profiles " . SendSQL("UPDATE profiles " .
"SET emailnotification='$::FORM{'emailnotification'}', " . "SET emailnotification='$::FORM{'emailnotification'}', " .
" newemailtech = '$::FORM{'newemailtech'}' " . " newemailtech = '$newemailtech' " .
"WHERE login_name = " . SqlQuote($::COOKIE{'Bugzilla_login'})); "WHERE login_name = " . SqlQuote($::COOKIE{'Bugzilla_login'}));
my $newrealname = $::FORM{'realname'}; my $newrealname = $::FORM{'realname'};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment