2
0
forked from Wavyzz/dolibarr

Merge remote-tracking branch 'origin/3.6' into develop

This commit is contained in:
Laurent Destailleur
2014-08-15 02:35:06 +02:00
9 changed files with 9 additions and 3 deletions

View File

@@ -4440,6 +4440,7 @@ function dol_eval($s,$returnvalue=0)
global $langs, $user, $conf;
global $leftmenu;
global $rights;
global $object;
//print $s."<br>\n";
if ($returnvalue) return @eval('return '.$s.';');