summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ead7d09)
raw | patch | inline | side by side (parent: ead7d09)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jun 2006 06:36:00 +0000 (06:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 14 Jun 2006 06:36:00 +0000 (06:36 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3807 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 69ca59c013d504b67fb44712969659327a75239d..e7751d531927774d2b53e81f619c64fe2f595c7f 100644 (file)
/* Check if there is a snapshot dialog open */
- if($str = $this->showSnapshotDialog($this->DivListGroup->selectedBase,get_groups_ou())){
+ if($str = $this->showSnapshotDialog($this->DivListGroup->selectedBase,array(get_groups_ou().$this->DivListGroup->selectedBase))){
return($str);
}
diff --git a/plugins/admin/ogroups/class_ogroupManagement.inc b/plugins/admin/ogroups/class_ogroupManagement.inc
index 3142979c018c07979473ff3530dcfea6820d0668..7f5bdeebeb13c884f6b34a4b1514472a73600dbd 100644 (file)
****************/
/* Check if there is a snapshot dialog open */
- if($str = $this->showSnapshotDialog($this->DivListOGroup->selectedBase,get_groups_ou())){
+ if($str = $this->showSnapshotDialog($this->DivListOGroup->selectedBase,array(get_groups_ou().$this->DivListOGroup->selectedBase))){
return($str);
}
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index 91827bc01932435f3e7317e9767203919cd00916..e0384a51a65c77c03c7fddeda32eef41e13c8578 100644 (file)
}
/* Check if there is a snapshot dialog open */
- if($str = $this->showSnapshotDialog($this->DivListUsers->selectedBase,get_people_ou())){
+ if($str = $this->showSnapshotDialog($this->DivListUsers->selectedBase,array(get_people_ou().$this->DivListUsers->selectedBase))){
return($str);
}