diff options
author | Byron Jones <glob@mozilla.com> | 2015-07-28 16:42:51 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-07-28 16:43:24 +0200 |
commit | 1852f4ec757270834a874b1bdbd899389965b105 (patch) | |
tree | e3aff2a79ce16dbe129cacfd7f23b5fef02b399f /userprefs.cgi | |
parent | bcccce4c7086f4e2f70340887d9ebe4085bf67c4 (diff) | |
download | bugzilla-1852f4ec757270834a874b1bdbd899389965b105.tar.gz bugzilla-1852f4ec757270834a874b1bdbd899389965b105.tar.xz |
Bug 1188374 - disable account disabling
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-x | userprefs.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index 52c5adba0..2814e578c 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -639,7 +639,7 @@ SWITCH: for ($current_tab_name) { last SWITCH if $handled; /^account$/ && do { - DisableAccount() if $cgi->param('account_disable'); + # XXX DisableAccount() if $cgi->param('account_disable'); SaveAccount() if $save_changes; DoAccount(); last SWITCH; |