fixing the fix

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@125006 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xavier Noguer Gallego 2003-04-28 21:51:09 +00:00
parent 87620f27a6
commit 0463e06cea
1 changed files with 1 additions and 1 deletions

View File

@ -1379,7 +1379,7 @@ class Spreadsheet_Excel_Writer_Parser extends PEAR
}
else {
return new PEAR_Error("Sintactic error: coma expected in ".
"function $function, {$num_args}º arg"));
"function $function, {$num_args}º arg");
}
$result2 = $this->_condition();
if($this->isError($result2)) {