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
8b6b3e18
authored
2011-08-02 17:09:46 +0000
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Promoting r260 to live. refs #1266
1 parent
0e96e5b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
com/ExcelWriter/PHPExcel/Calculation.php
com/ExcelWriter/PHPExcel/Calculation.php
View file @
8b6b3e1
...
...
@@ -3563,8 +3563,9 @@ class PHPExcel_Calculation {
// trigger an error, but nicely, if need be
protected
function
_raiseFormulaError
(
$errorMessage
)
{
$this
->
formulaError
=
$errorMessage
;
if
(
!
$this
->
suppressFormulaErrors
)
throw
new
Exception
(
$errorMessage
);
trigger_error
(
$errorMessage
,
E_USER_ERROR
);
// 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