From 373f33fabc6d495d197fcf0a997b716d61f1e16d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 31 Dec 2006 03:53:52 +0000 Subject: Bug 365407: Reorder tabs in userprefs.cgi - Patch by Frédéric Buclin r/a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userprefs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userprefs.cgi') diff --git a/userprefs.cgi b/userprefs.cgi index 14746ada1..8e4cf5576 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -506,7 +506,7 @@ $cgi->param('Bugzilla_password', $bugzilla_password); $vars->{'changes_saved'} = $cgi->param('dosave'); -my $current_tab_name = $cgi->param('tab') || "account"; +my $current_tab_name = $cgi->param('tab') || "settings"; # The SWITCH below makes sure that this is valid trick_taint($current_tab_name); -- cgit v1.2.3-24-g4f1b