From 79f1e3f6d8172bbb4e85bc063f19ba0010c9253f Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Feb 2007 22:08:15 +0000 Subject: [PATCH] second "my" localizing the variable and causing password changes to fail --- httemplate/pref/pref-process.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index e66045b9b..ed3350971 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -5,7 +5,7 @@ % qw(_password new_password new_password2) % ) { % -% my $access_user = qsearchs( 'access_user', { +% $access_user = qsearchs( 'access_user', { % 'username' => getotaker, % '_password' => $cgi->param('_password'), % } ); -- 2.11.0