cdee3976 by Marty Penner

Further error fixing in PHPExcel files. refs #1266

1 parent 8b7fb201
...@@ -3565,7 +3565,6 @@ class PHPExcel_Calculation { ...@@ -3565,7 +3565,6 @@ class PHPExcel_Calculation {
3565 $this->formulaError = $errorMessage; 3565 $this->formulaError = $errorMessage;
3566 // if (!$this->suppressFormulaErrors) throw new \Exception($errorMessage); 3566 // if (!$this->suppressFormulaErrors) throw new \Exception($errorMessage);
3567 // trigger_error($errorMessage, E_USER_ERROR); 3567 // trigger_error($errorMessage, E_USER_ERROR);
3568 echo 'hihihi';
3569 } // function _raiseFormulaError() 3568 } // function _raiseFormulaError()
3570 3569
3571 3570
......