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:
parent
87620f27a6
commit
0463e06cea
|
|
@ -1379,7 +1379,7 @@ class Spreadsheet_Excel_Writer_Parser extends PEAR
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return new PEAR_Error("Sintactic error: coma expected in ".
|
return new PEAR_Error("Sintactic error: coma expected in ".
|
||||||
"function $function, {$num_args}º arg"));
|
"function $function, {$num_args}º arg");
|
||||||
}
|
}
|
||||||
$result2 = $this->_condition();
|
$result2 = $this->_condition();
|
||||||
if($this->isError($result2)) {
|
if($this->isError($result2)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue