[freeside-commits] freeside/httemplate/pref pref-process.html, 1.6, 1.7
Ivan,,,
ivan at wavetail.420.am
Wed Aug 1 15:26:47 PDT 2007
- Previous message: [freeside-commits] freeside/httemplate/misc/process cancel_pkg.html, 1.6, 1.7
- Next message: [freeside-commits] freeside/httemplate/search cust_bill.html, 1.19, 1.20 cust_bill_event.cgi, 1.12, 1.13 cust_bill_event.html, 1.11, 1.12 cust_event.html, NONE, 1.1 report_cust_bill.html, 1.7, 1.8 report_cust_credit.html, 1.11, 1.12 report_cust_event.html, NONE, 1.1 report_cust_main-zip.html, 1.4, 1.5 report_cust_pay.html, 1.16, 1.17 report_cust_pay_batch.html, 1.3, 1.4 report_cust_pkg.html, 1.8, 1.9 svc_acct.cgi, 1.40, 1.41 svc_broadband.cgi, 1.4, 1.5 svc_domain.cgi, 1.23, 1.24 svc_forward.cgi, 1.12, 1.13 svc_phone.cgi, 1.4, 1.5 svc_www.cgi, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/pref
In directory wavetail:/tmp/cvs-serv23435/httemplate/pref
Modified Files:
pref-process.html
Log Message:
event refactor, landing on HEAD!
Index: pref-process.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/pref/pref-process.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pref-process.html 5 Apr 2007 01:38:51 -0000 1.6
+++ pref-process.html 1 Aug 2007 22:26:44 -0000 1.7
@@ -27,6 +27,8 @@
%
% }
%
+% my %param = $access_user->options;
+%
% #XXX autogen
% my @paramlist = qw( menu_position
% email_address
@@ -40,9 +42,11 @@
% last;
% }
%
-% $error ||= $access_user->replace( {
-% map { $_ => scalar($cgi->param($_)) } @paramlist,
-% } );
+% foreach (@paramlist) {
+% $param{$_} = scalar($cgi->param($_));
+% }
+%
+% $error ||= $access_user->replace( \%param );
%
% if ( $error ) {
% $cgi->param('error', $error);
- Previous message: [freeside-commits] freeside/httemplate/misc/process cancel_pkg.html, 1.6, 1.7
- Next message: [freeside-commits] freeside/httemplate/search cust_bill.html, 1.19, 1.20 cust_bill_event.cgi, 1.12, 1.13 cust_bill_event.html, 1.11, 1.12 cust_event.html, NONE, 1.1 report_cust_bill.html, 1.7, 1.8 report_cust_credit.html, 1.11, 1.12 report_cust_event.html, NONE, 1.1 report_cust_main-zip.html, 1.4, 1.5 report_cust_pay.html, 1.16, 1.17 report_cust_pay_batch.html, 1.3, 1.4 report_cust_pkg.html, 1.8, 1.9 svc_acct.cgi, 1.40, 1.41 svc_broadband.cgi, 1.4, 1.5 svc_domain.cgi, 1.23, 1.24 svc_forward.cgi, 1.12, 1.13 svc_phone.cgi, 1.4, 1.5 svc_www.cgi, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list