summaryrefslogtreecommitdiff
path: root/httemplate/pref
diff options
context:
space:
mode:
authorivan <ivan>2007-02-08 22:08:15 +0000
committerivan <ivan>2007-02-08 22:08:15 +0000
commit79f1e3f6d8172bbb4e85bc063f19ba0010c9253f (patch)
tree3a2f1b46af70ebcb454fe092e69a55fdc5afca09 /httemplate/pref
parent99f1c015eb0858e178d22025d47a951c74d7916d (diff)
second "my" localizing the variable and causing password changes to fail
Diffstat (limited to 'httemplate/pref')
-rw-r--r--httemplate/pref/pref-process.html2
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'),
% } );