From 2fe815e9b6168dc98f37ba03f51c76206ae7fccc Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Sun, 16 Dec 2007 16:32:49 +0000 Subject: Bug 369062 prior should read "earlier" in edit groups r=lpsolit a=lpsolit --- userprefs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userprefs.cgi') diff --git a/userprefs.cgi b/userprefs.cgi index 57cbd4c21..3880b9c38 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -503,7 +503,7 @@ my $cgi = Bugzilla->cgi; # This script needs direct access to the username and password CGI variables, # so we save them before their removal in Bugzilla->login, and delete them -# prior to login if we might possibly be in an sudo session. +# before login in case we might be in a sudo session. my $bugzilla_login = $cgi->param('Bugzilla_login'); my $bugzilla_password = $cgi->param('Bugzilla_password'); $cgi->delete('Bugzilla_login', 'Bugzilla_password') if ($cgi->cookie('sudo')); -- cgit v1.2.3-24-g4f1b