fixed DN display in list

This commit is contained in:
Roland Gruber 2014-02-16 16:20:41 +00:00
parent 9b5b0aa9ff
commit d88882a123
1 changed files with 1 additions and 0 deletions

View File

@ -580,6 +580,7 @@ class lamUserList extends lamList {
protected function listPrintTableCellContent(&$entry, &$attribute) {
// check if there is something to display at all
if (($attribute != self::ATTR_ACCOUNT_STATUS) && (!isset($entry[$attribute]) || !is_array($entry[$attribute]) || (sizeof($entry[$attribute]) < 1))) {
parent::listPrintTableCellContent($entry, $attribute);
return;
}
// translate GID to group name