Code

Fixed ogroupfilter
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Oct 2005 12:06:05 +0000 (12:06 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Oct 2005 12:06:05 +0000 (12:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1736 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/class_ogroupManagement.inc
plugins/admin/ogroups/headpage.tpl

index 1cbeb8d93517d1294329a6ab7003290c2c2c2ba2..01236ac13cf489785632bea3e3216733d54d7ed9 100644 (file)
@@ -82,7 +82,7 @@ class ogroupManagement extends plugin
         $ogroupfilter[$type]= $_POST[$type];
       }
     }
-    if (isset($_POST['regex'])){
+    if (isset($_POST['Ogroup_dialog_posted'])){
       foreach( array("usergroups", "groupgroups", "appgroups", "depgroups",
             "servergroups", "wsgroups", "prtgroups", "tcgroups", "fongroups") as $type){
 
index 2e5665b758b953b79725a469a67c243b290833d6..7e9a302d468f5ba6a1a2a61585a7892b9eb236df 100644 (file)
@@ -57,3 +57,4 @@
 </table>
 
 <input type="hidden" name="ignore">
+<input type="hidden" name="Ogroup_dialog_posted">