summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 00c3632)
raw | patch | inline | side by side (parent: 00c3632)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jun 2010 11:49:09 +0000 (11:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 1 Jun 2010 11:49:09 +0000 (11:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18816 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/dyngroup/addons/dyngroup/classDynamicLdapGroup.inc | patch | blob | history |
diff --git a/gosa-plugins/dyngroup/addons/dyngroup/classDynamicLdapGroup.inc b/gosa-plugins/dyngroup/addons/dyngroup/classDynamicLdapGroup.inc
index 6569467954b3eeead9d6bdf3a87b9f3d7b01bd12..8fb1487d38753de783a362b9a4ab5f61e3a25434 100644 (file)
$scope = $this->scopes[$entry['scope']];
$this->labeledURI[] = "{$entry['base']}?{$entry['attr']}?{$scope}?{$entry['filter']}";
}
+ $this->labeledURI = array_unique($this->labeledURI);
parent::save();
$this->cleanup();