2
0
forked from Wavyzz/dolibarr

FIX remove var_dump

This commit is contained in:
Regis Houssin
2019-01-16 19:15:02 +01:00
parent 45a7e03562
commit c4b9bdd569

View File

@@ -263,7 +263,6 @@ function restrictedArea($user, $features, $objectid=0, $tableandshare='', $featu
$readok=0; // All tests are ko (we manage here the and, the or will be managed later using $nbko). $readok=0; // All tests are ko (we manage here the and, the or will be managed later using $nbko).
$nbko++; $nbko++;
} }
var_dump($readok);
} }
else if (! empty($feature) && ($feature!='user' && $feature!='usergroup')) // This is for old permissions else if (! empty($feature) && ($feature!='user' && $feature!='usergroup')) // This is for old permissions
{ {