fixed DN display in list
This commit is contained in:
parent
9b5b0aa9ff
commit
d88882a123
|
@ -580,6 +580,7 @@ class lamUserList extends lamList {
|
||||||
protected function listPrintTableCellContent(&$entry, &$attribute) {
|
protected function listPrintTableCellContent(&$entry, &$attribute) {
|
||||||
// check if there is something to display at all
|
// 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))) {
|
if (($attribute != self::ATTR_ACCOUNT_STATUS) && (!isset($entry[$attribute]) || !is_array($entry[$attribute]) || (sizeof($entry[$attribute]) < 1))) {
|
||||||
|
parent::listPrintTableCellContent($entry, $attribute);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// translate GID to group name
|
// translate GID to group name
|
||||||
|
|
Loading…
Reference in New Issue