Code

Removed post events
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 07:38:00 +0000 (07:38 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Sep 2006 07:38:00 +0000 (07:38 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4679 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/personal/connectivity/class_connectivity.inc

index c0690c1cde3cc3bc65be1f3c96ccdb5202141fd3..bb705259c9f4bc593d2962e1d31d18eb4c8533f6 100644 (file)
@@ -125,10 +125,8 @@ class connectivity extends plugin
       $this->plugin[$name]->dn= $this->dn;
       if ($this->plugin[$name]->is_account){
         $this->plugin[$name]->save();
-        $this->plugin[$name]->postcreate();
       } else {
         $this->plugin[$name]->remove_from_parent();
-        $this->plugin[$name]->postremove();
       }
     }
   }
@@ -139,7 +137,6 @@ class connectivity extends plugin
     foreach ($this->plugin_name as $name){
       $this->plugin[$name]->dn= $this->dn;
       $this->plugin[$name]->remove_from_parent();
-      $this->plugin[$name]->postremove();
     }
   }