Skip to content

Commit

Permalink
Fix warning in php_writeexcel
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernat Arlandis committed Jun 9, 2014
1 parent d50f010 commit 4e687aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/php_writeexcel/class.writeexcel_formula.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ function writeexcel_formula($byte_order) {
$this->_byte_order = $byte_order;
$this->_volatile = 0;
$this->_workbook = "";
//$this->_ext_sheets = array();
//Changes made to accomodate PHP5
$this->_ext_sheets ;
$this->_ext_sheets = new stdClass();
$this->_current_token = '';
$this->_lookahead = '';
$this->_current_char = 0;
Expand Down

0 comments on commit 4e687aa

Please sign in to comment.