diff options
author | ivan <ivan> | 2010-03-09 23:47:16 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-03-09 23:47:16 +0000 |
commit | c8ccfda25a9653d51cd932fa863e78e33b2357f6 (patch) | |
tree | a371e9be9bdc758ade0c88c657e5d09995c71a6a /httemplate/misc/delay_susp_pkg.html | |
parent | 059261143572f0fafa998437d7064ef0a52fcbc8 (diff) |
tyop too
Diffstat (limited to 'httemplate/misc/delay_susp_pkg.html')
-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); |