summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authormark <mark>2010-03-09 22:37:57 +0000
committermark <mark>2010-03-09 22:37:57 +0000
commit059261143572f0fafa998437d7064ef0a52fcbc8 (patch)
treeb04e1426ac559674d1ca2b73ba2c9e18affd284b /httemplate
parent2dbf3fa84c7825aa02e168bc07a167ca9ad79620 (diff)
fix typo
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/misc/cancel_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cancel_pkg.html b/httemplate/misc/cancel_pkg.html
index 67d2847cc..10c0e0d04 100755
--- a/httemplate/misc/cancel_pkg.html
+++ b/httemplate/misc/cancel_pkg.html
@@ -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);