Browse Source

removing forgotten var_dump -refs BT#12631

Nicolas Ducoulombier 7 years ago
parent
commit
9b925b065d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/inc/lib/usergroup.lib.php

+ 0 - 1
main/inc/lib/usergroup.lib.php

@@ -546,7 +546,6 @@ class UserGroup extends Model
                 ";
             $where = array('where' => array('user_id = ?' => $userId));
         }
-        var_dump($where);
 
         if ($filterByType !== null) {
             $where['where'][' AND g.group_type = ?'] = intval($filterByType);