[freeside-commits] freeside/httemplate/pref pref-process.html, 1.3,
1.4
Ivan,,,
ivan at wavetail.420.am
Thu Feb 8 14:08:17 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail:/tmp/cvs-serv16794
Modified Files:
pref-process.html
Log Message:
second "my" localizing the variable and causing password changes to fail
Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pref-process.html 29 Jan 2007 18:50:10 -0000 1.3
+++ pref-process.html 8 Feb 2007 22:08:15 -0000 1.4
@@ -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'),
% } );
More information about the freeside-commits
mailing list