fix status page
authorIvan Kohler <ivan@freeside.biz>
Tue, 12 Aug 2014 04:36:32 +0000 (21:36 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 12 Aug 2014 04:36:32 +0000 (21:36 -0700)
httemplate/view/Status.html

index b5da5e3..38452b9 100644 (file)
@@ -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 = '' )