Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cdee3976
authored
2011-08-02 17:20:24 +0000
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Further error fixing in PHPExcel files. refs #1266
1 parent
8b7fb201
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
com/ExcelWriter/PHPExcel/Calculation.php
com/ExcelWriter/PHPExcel/Calculation.php
View file @
cdee397
...
...
@@ -3565,7 +3565,6 @@ class PHPExcel_Calculation {
$this
->
formulaError
=
$errorMessage
;
// if (!$this->suppressFormulaErrors) throw new \Exception($errorMessage);
// trigger_error($errorMessage, E_USER_ERROR);
echo
'hihihi'
;
}
// function _raiseFormulaError()
...
...
Please
register
or
sign in
to post a comment