Code

Readded remove_lock
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Apr 2008 09:10:08 +0000 (09:10 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 4 Apr 2008 09:10:08 +0000 (09:10 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10205 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/sudo/admin/sudo/class_sudoManagement.inc

index 89e4e38d6cc5c91cd4ffa07fdf6a35d16e83332e..fdd354938255d26468b01358393cdecaae2a0b51 100644 (file)
@@ -35,8 +35,7 @@ class sudoManagement extends plugin
   private $sudotabs       = NULL;
   private $base           = "";
  
-
-   
+  /*! \brief */ 
   public function __construct(&$config, &$ui)
   {
     /* Save configuration for internal use */
@@ -371,6 +370,13 @@ class sudoManagement extends plugin
     /* Optionally execute a command after we're done */
     $this->postcreate();
   }
+
+  public function remove_lock()
+  {
+    if (isset($this->sudotabs->dn)){
+      del_lock ($this->sudotabs->dn);
+    }
+  }
 }
 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
 ?>