From d63cbb15d79ffe4b9a8fc78ff403d42367cbbfae Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 2 Mar 2009 14:35:19 +0000 Subject: [PATCH] php 4 error, throw exception removed --- reporting/includes/ExcelWriterXML_Style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reporting/includes/ExcelWriterXML_Style.php b/reporting/includes/ExcelWriterXML_Style.php index 15d231f7..b188426d 100644 --- a/reporting/includes/ExcelWriterXML_Style.php +++ b/reporting/includes/ExcelWriterXML_Style.php @@ -268,8 +268,8 @@ class ExcelWriterXML_Style $numberFormat = ''; - if (empty($this->id)) - throw new exception; + //if (empty($this->id)) + // throw new exception; if (!empty($this->name)){$name = 'ss:Name="'.$this->name.'"';} // Alignment -- 2.30.2