[freeside-commits] branch master updated. 4e472eaf8dfd15754fcaaf81047e13f8dd490290
Ivan
ivan at 420.am
Mon Aug 11 21:36:33 PDT 2014
The branch, master has been updated
via 4e472eaf8dfd15754fcaaf81047e13f8dd490290 (commit)
from c9b357c3316c2ed2b6697775150cf731eaf4236a (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 4e472eaf8dfd15754fcaaf81047e13f8dd490290
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Aug 11 21:36:32 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