From d88882a12320e205b36e33a6ffc3ebf8b600eed3 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 16 Feb 2014 16:20:41 +0000 Subject: [PATCH] fixed DN display in list --- lam/lib/types/user.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/lib/types/user.inc b/lam/lib/types/user.inc index 29d6f382..792bcbb0 100644 --- a/lam/lib/types/user.inc +++ b/lam/lib/types/user.inc @@ -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