diff --git a/op/op.ImportUsers.php b/op/op.ImportUsers.php index d59e3be82..985c1d828 100644 --- a/op/op.ImportUsers.php +++ b/op/op.ImportUsers.php @@ -80,7 +80,7 @@ function getGroupData($colname, $coldata, $objdata) { /* {{{ */ if($group = $dms->getGroupByName($coldata)) { $objdata['groups'][$gn] = $group; } else { - $objdata['groups'][$gn] = null; +// $objdata['groups'][$gn] = null; $objdata['__logs__'][] = array('type'=>'error', 'msg'=> "No such group with name '".$coldata."'"); } return $objdata;