fixing bug #2425
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@200374 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
51be039267
commit
06ff9b6657
|
|
@ -1551,6 +1551,7 @@ class Spreadsheet_Excel_Writer_Parser extends PEAR
|
|||
{
|
||||
$num_args = 0; // number of arguments received
|
||||
$function = $this->_current_token;
|
||||
$result = ''; // initialize result
|
||||
$this->_advance();
|
||||
$this->_advance(); // eat the "("
|
||||
while ($this->_current_token != ')') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue