From: Joe Hunt Date: Mon, 2 Mar 2009 14:35:19 +0000 (+0000) Subject: php 4 error, throw exception removed X-Git-Tag: v2.4.2~19^2~1495 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=d63cbb15d79ffe4b9a8fc78ff403d42367cbbfae;p=fa-stable.git php 4 error, throw exception removed --- 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