diff --git a/Writer/Parser.php b/Writer/Parser.php index e0dbb81..779729f 100644 --- a/Writer/Parser.php +++ b/Writer/Parser.php @@ -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 != ')') {