зеркало из https://github.com/mozilla/pjs.git
Whoops; code to let people turn on new "newemailtech" pref was busted.
This commit is contained in:
Родитель
351bf0b663
Коммит
2506187e53
|
@ -141,9 +141,11 @@ Please click <b>Back</b> and try again.\n";
|
|||
}
|
||||
|
||||
|
||||
my $newemailtech = exists $::FORM{'newemailtech'};
|
||||
|
||||
SendSQL("UPDATE profiles " .
|
||||
"SET emailnotification='$::FORM{'emailnotification'}', " .
|
||||
" newemailtech = '$::FORM{'newemailtech'}' " .
|
||||
" newemailtech = '$newemailtech' " .
|
||||
"WHERE login_name = " . SqlQuote($::COOKIE{'Bugzilla_login'}));
|
||||
|
||||
my $newrealname = $::FORM{'realname'};
|
||||
|
|
Загрузка…
Ссылка в новой задаче