2
0
forked from Wavyzz/dolibarr

Fix: debugage

This commit is contained in:
Regis Houssin
2007-09-08 17:39:18 +00:00
parent ab33f0f45e
commit 221d004e8f
7 changed files with 88 additions and 32 deletions

View File

@@ -1456,6 +1456,7 @@ function _func()
{
$num_args = 0; // number of arguments received
$function = $this->_current_token;
$result=0;
$this->_advance();
$this->_advance(); // eat the "("
while ($this->_current_token != ')')