[freeside-commits] branch FREESIDE_3_BRANCH updated. 1437b733f6e2a2b7740a04ea5f56ebc62809f4e0
Ivan
ivan at 420.am
Mon Aug 11 21:36:34 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 1437b733f6e2a2b7740a04ea5f56ebc62809f4e0 (commit)
from dd7bc54d93bea64114bff8e539323a9b4057c887 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1437b733f6e2a2b7740a04ea5f56ebc62809f4e0
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Aug 11 21:36:33 2014 -0700
fix status page
diff --git a/httemplate/view/Status.html b/httemplate/view/Status.html
index b5da5e3..38452b9 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 = '' )
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/Status.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list