[freeside-commits] freeside/httemplate/misc cancel_pkg.html, 1.9.2.1, 1.9.2.2
Mark Wells
mark at wavetail.420.am
Tue Mar 9 14:39:17 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv1397
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.9.2.1
retrieving revision 1.9.2.2
diff -u -w -d -r1.9.2.1 -r1.9.2.2
--- cancel_pkg.html 8 Mar 2010 10:57:17 -0000 1.9.2.1
+++ cancel_pkg.html 9 Mar 2010 22:39:15 -0000 1.9.2.2
@@ -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