summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af50714)
raw | patch | inline | side by side (parent: af50714)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 Apr 2007 08:16:25 +0000 (08:16 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 24 Apr 2007 08:16:25 +0000 (08:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6182 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/addons/notifications/class_msgplug.inc | patch | blob | history |
diff --git a/plugins/addons/notifications/class_msgplug.inc b/plugins/addons/notifications/class_msgplug.inc
index 0b86b1f7bb4eb74f16af632ca2bee5e6cd574077..7eb40cf1fa39e83875c60b26999637a1c2d22057 100644 (file)
$this->users['U:'.$attrs['uid'][0]]= $attrs['cn'][0].' ['.$attrs['uid'][0].']';
}
ksort($this->users);
- print_a($this->users);
$res = get_list("(objectClass=posixGroup)", "groups", $this->config->current['BASE'],array('cn','description'));
foreach($res as $key => $attrs){