summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormark <mark>2010-03-09 22:39:15 +0000
committermark <mark>2010-03-09 22:39:15 +0000
commit662b2b3a9ca791217ae90f4f406c0c29506d9a2f (patch)
tree12614d8281390f331772825d9878200ea349db88
parentf889577c8de7610b4202ffb1ad5666bcf54cffa6 (diff)
fix typo
-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);