summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fef1165)
raw | patch | inline | side by side (parent: fef1165)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 10:02:57 +0000 (10:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Jun 2006 10:02:57 +0000 (10:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3751 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/macro/class_gofonMacroManagement.inc | patch | blob | history |
diff --git a/plugins/gofon/macro/class_gofonMacroManagement.inc b/plugins/gofon/macro/class_gofonMacroManagement.inc
index 859131b0b09dc31f99f5b1794dd385e850faa3cc..f494bc828a40af5f4f97467cbd40d61542d53036 100755 (executable)
$Regex = $this->DivListMacro->Regex;
$Filter = "(&(cn=".$Regex.")(objectClass=goFonMacro))";
$Flags = GL_SIZELIMIT;
- $Attrs = array("cn","description","displayName");
+ $Attrs = array("cn","description","displayName","goFonMacroVisible");
/* Prepare for ls or search*/
if($SubSearch){