Further error fixing in PHPExcel files. refs #1266
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment