diff options
author | ivan <ivan> | 2002-06-10 19:41:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-06-10 19:41:48 +0000 |
commit | 0c9cafb680d1f2b19f7b9b45063e003228af7967 (patch) | |
tree | a1035272f0a9614d3a5a2019509072b22802902d /httemplate | |
parent | 0fbc0c140e21f1d2d0b422607ab0754a07f3ef53 (diff) |
fixup time display in packages
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 7beba8375..5e672af3d 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -364,7 +364,7 @@ foreach my $package (@packages) { for ( qw( setup bill susp expire cancel ) ) { print "<TD ROWSPAN=$rowspan><FONT SIZE=-1>", ( $package->getfield($_) - ? time2str("%D<BR><FONT SIZE=-2>%r %z</FONT>", + ? time2str("%D<BR><FONT SIZE=-3>%l:%M:%S%P %z</FONT>", $package->getfield($_) ) : ' ' ), '</FONT></TD>', |