Merge branch '3.3' of git+ssh://git@github.com/Dolibarr/dolibarr.git into 3.3

This commit is contained in:
Regis Houssin 2013-01-23 11:28:49 +01:00
commit 173740157f

View File

@ -176,6 +176,8 @@ class HookManager
// TODO. remove this. result must not be a string. we must use $actionclassinstance->resprint to return a string // TODO. remove this. result must not be a string. we must use $actionclassinstance->resprint to return a string
if (! is_array($result) && ! is_numeric($result)) $this->resPrint.=$result; if (! is_array($result) && ! is_numeric($result)) $this->resPrint.=$result;
} }
//print "method=".$method." results=".count($actionclassinstance->results)." resprints=".count($actionclassinstance->resprints)." result=".$result." resaction=".$resaction;
} }
} }
} }