From: ivan Date: Thu, 8 Feb 2007 22:08:15 +0000 (+0000) Subject: second "my" localizing the variable and causing password changes to fail X-Git-Tag: TRIXBOX_2_6~662 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=79f1e3f6d8172bbb4e85bc063f19ba0010c9253f second "my" localizing the variable and causing password changes to fail --- 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'), % } );