bastiam / php-excel-reader2

Automatically exported from code.google.com/p/php-excel-reader2
0 stars 0 forks source link

Don't die #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Not really an issue, but it shouldn't Die when things go wrong ...

My suggestion:

add public $error = false; to the class

line 806: $this->error = $this->read($file);
line 862: change die to return
line 867: add return false;

Original issue reported on code.google.com by webmas...@rolanddg.be on 25 May 2010 at 12:33