Code

Updated management dialogs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 Jun 2006 06:36:00 +0000 (06:36 +0000)
committerhickert <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

plugins/admin/groups/class_groupManagement.inc
plugins/admin/ogroups/class_ogroupManagement.inc
plugins/admin/users/class_userManagement.inc

index 69ca59c013d504b67fb44712969659327a75239d..e7751d531927774d2b53e81f619c64fe2f595c7f 100644 (file)
@@ -342,7 +342,7 @@ class groupManagement extends plugin
 
     
     /* 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);
     }
 
index 3142979c018c07979473ff3530dcfea6820d0668..7f5bdeebeb13c884f6b34a4b1514472a73600dbd 100644 (file)
@@ -347,7 +347,7 @@ class ogroupManagement extends plugin
      ****************/
 
    /* 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);
     }
 
index 91827bc01932435f3e7317e9767203919cd00916..e0384a51a65c77c03c7fddeda32eef41e13c8578 100644 (file)
@@ -637,7 +637,7 @@ class userManagement extends plugin
     }
     
     /* 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);
     }