second "my" localizing the variable and causing password changes to fail
authorivan <ivan>
Thu, 8 Feb 2007 22:08:15 +0000 (22:08 +0000)
committerivan <ivan>
Thu, 8 Feb 2007 22:08:15 +0000 (22:08 +0000)
httemplate/pref/pref-process.html

index e66045b..ed33509 100644 (file)
@@ -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'),
 %   } );