Minor bug
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 2 Mar 2009 15:37:20 +0000 (15:37 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 2 Mar 2009 15:37:20 +0000 (15:37 +0000)
reporting/includes/excel_report.inc

index 603efb885bd3c6c860fd1029eb16479718c7e58c..a32591ebf598b03b27eee2ec5e39f0296bbbe0ba 100644 (file)
@@ -189,7 +189,7 @@ class FrontReport
 
                $str = _("Print Out Date") . ':';
                $this->sheet->writeString($this->y, 1, $str);
-               $date = $this->sheet->convertMysqlDateTime(date('Y-m-d h:i:s'));
+               $date = $this->sheet->convertMysqlDateTime(date('Y-m-d H:i:s'));
                $this->sheet->writeDateTime($this->y, 2, $date, $this->formatDateTime);
                $this->sheet->writeString($this->y, 4, $this->company['coy_name']);
                $this->sheet->cellMerge($this->y, 4, 1, 0);