diff options
author | ivan <ivan> | 2010-03-09 23:47:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-09 23:47:22 +0000 |
commit | f4862b07c4a7c773c90c8fe30b149db8a6da71e5 (patch) | |
tree | 0fa36c6bd1babc2de617b30bde51aab03e948a7b /httemplate/misc | |
parent | 662b2b3a9ca791217ae90f4f406c0c29506d9a2f (diff) |
tyop too
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-x | httemplate/misc/delay_susp_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/delay_susp_pkg.html b/httemplate/misc/delay_susp_pkg.html index 5d6a2bd09..8adc40d55 100755 --- a/httemplate/misc/delay_susp_pkg.html +++ b/httemplate/misc/delay_susp_pkg.html @@ -42,7 +42,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); |