diff options
| author | ivan <ivan> | 2007-02-08 22:08:15 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-02-08 22:08:15 +0000 | 
| commit | 79f1e3f6d8172bbb4e85bc063f19ba0010c9253f (patch) | |
| tree | 3a2f1b46af70ebcb454fe092e69a55fdc5afca09 | |
| parent | 99f1c015eb0858e178d22025d47a951c74d7916d (diff) | |
second "my" localizing the variable and causing password changes to fail
| -rw-r--r-- | httemplate/pref/pref-process.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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'),  %   } ); | 
