Commit 1258746eb8d42361ea1460ed6dd5656d32fe847e
1 parent
74142a07
KTS-772: Remove changes to error reporting level to try understand
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5213 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
4 deletions
thirdparty/excelreader/Excel/reader.php
| ... | ... | @@ -159,8 +159,6 @@ class Spreadsheet_Excel_Reader { |
| 159 | 159 | |
| 160 | 160 | |
| 161 | 161 | function read($sFileName) { |
| 162 | - $errlevel = error_reporting(); | |
| 163 | - error_reporting($errlevel ^ E_NOTICE); | |
| 164 | 162 | $res = $this->_ole->read($sFileName); |
| 165 | 163 | |
| 166 | 164 | // oops, something goes wrong (Darko Miljanovic) |
| ... | ... | @@ -207,8 +205,6 @@ class Spreadsheet_Excel_Reader { |
| 207 | 205 | $this->pos = 0; |
| 208 | 206 | //$this->readRecords(); |
| 209 | 207 | $this->_parse(); |
| 210 | - error_reporting($errlevel); | |
| 211 | - | |
| 212 | 208 | } |
| 213 | 209 | |
| 214 | 210 | function _parse(){ | ... | ... |