[freeside-commits] freeside/httemplate/misc cancel_pkg.html, 1.10, 1.11
Mark Wells
mark at wavetail.420.am
Tue Mar 9 14:37:59 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv1269
Modified Files:
cancel_pkg.html
Log Message:
fix typo
Index: cancel_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/cancel_pkg.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- cancel_pkg.html 8 Mar 2010 10:57:06 -0000 1.10
+++ cancel_pkg.html 9 Mar 2010 22:37:57 -0000 1.11
@@ -58,7 +58,7 @@
<%init>
-my %conf = new FS::Conf;
+my $conf = new FS::Conf;
my $date_format = $conf->config('date_format') || '%m/%d/%Y';
my $date = time2str($date_format, time);
More information about the freeside-commits
mailing list