summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ebdb11)
raw | patch | inline | side by side (parent: 7ebdb11)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 14:08:18 +0000 (14:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 14:08:18 +0000 (14:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18294 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc | patch | blob | history |
diff --git a/gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc b/gosa-plugins/mail/personal/mail/mailAddressSelect/class_mailAddressSelect.inc
index 80ea04362bf9df9584bd7d53c92d249e54addd7b..ba2ef6c4ab6444847a6c5ae77abb267fdf8a98b8 100644 (file)
$this->config = $config;
$this->ui = $ui;
- $this->storagePoints = array(get_ou("core", "userRDN") , get_ou("core", "userRDN") );
+ $this->storagePoints = array(get_ou("core", "groupRDN") , get_ou("core", "userRDN") );
// Build filter
if (session::global_is_set(get_class($this)."_filter")){