From 662b2b3a9ca791217ae90f4f406c0c29506d9a2f Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 9 Mar 2010 22:39:15 +0000 Subject: [PATCH] fix typo --- httemplate/misc/cancel_pkg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0