From 122e0764c9706034e901f31a4d02a9e56251c813 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 2 Mar 2009 15:37:20 +0000 Subject: [PATCH] Minor bug --- reporting/includes/excel_report.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/includes/excel_report.inc b/reporting/includes/excel_report.inc index 603efb88..a32591eb 100644 --- a/reporting/includes/excel_report.inc +++ b/reporting/includes/excel_report.inc @@ -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); -- 2.30.2