Code

removed debug tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Sep 2007 06:40:50 +0000 (06:40 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Sep 2007 06:40:50 +0000 (06:40 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7417 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupApplication.inc

index 029f959321ab222c2ca48320b032314b609a3b85..88d4d41a56fbf50d11643c238af8bd4fedddac1e 100644 (file)
@@ -488,15 +488,15 @@ class appgroup extends plugin
           foreach($this->gosaMemberApplication[$cat] as $app){
             $free_apps[] = $app['App'];
           }
-          @unset($this->gosaMemberApplication[$cat]);
-          @unset($this->Categories[$cat]);
+          unset($this->gosaMemberApplication[$cat]);
+          unset($this->Categories[$cat]);
           foreach($this->Categories as $key => $name){
             if(preg_match("/^".$cat."\/.*/",$key)){
               foreach($this->gosaMemberApplication[$key] as $app){
                 $free_apps[] = $app['App'];
               }
-              @unset($this->gosaMemberApplication[$key]);
-              @unset($this->Categories[$key]);
+              unset($this->gosaMemberApplication[$key]);
+              unset($this->Categories[$key]);
             }
           }
         }