diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-08-11 21:36:33 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-08-11 21:36:33 -0700 |
commit | 1437b733f6e2a2b7740a04ea5f56ebc62809f4e0 (patch) | |
tree | 10363634795abf42777bae02ac7529b130aed2a8 | |
parent | dd7bc54d93bea64114bff8e539323a9b4057c887 (diff) |
fix status page
-rw-r--r-- | httemplate/view/Status.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '' ) |