fix typo
authormark <mark>
Tue, 9 Mar 2010 22:37:57 +0000 (22:37 +0000)
committermark <mark>
Tue, 9 Mar 2010 22:37:57 +0000 (22:37 +0000)
httemplate/misc/cancel_pkg.html

index 67d2847..10c0e0d 100755 (executable)
@@ -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);