From: Ivan Kohler Date: Tue, 12 Aug 2014 04:36:32 +0000 (-0700) Subject: fix status page X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4e472eaf8dfd15754fcaaf81047e13f8dd490290 fix status page --- diff --git a/httemplate/view/Status.html b/httemplate/view/Status.html index b5da5e3f5..38452b997 100644 --- a/httemplate/view/Status.html +++ b/httemplate/view/Status.html @@ -135,7 +135,7 @@ if ( _is_running('cdrd') ) { }, ]; - my $dayago = time2str('%Y-%m-$d %X', time - 86400); + my $dayago = time2str('%Y-%m-%d %X', time - 86400); my $cdrs = FS::Record->scalar_sql(qq{ SELECT COUNT(*) FROM cdr WHERE ( freesidestatus IS NULL OR freesidestatus = '' )