summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0da360e)
raw | patch | inline | side by side (parent: 0da360e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 4 Apr 2008 09:10:08 +0000 (09:10 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/sudo/admin/sudo/class_sudoManagement.inc b/gosa-plugins/sudo/admin/sudo/class_sudoManagement.inc
index 89e4e38d6cc5c91cd4ffa07fdf6a35d16e83332e..fdd354938255d26468b01358393cdecaae2a0b51 100644 (file)
private $sudotabs = NULL;
private $base = "";
-
-
+ /*! \brief */
public function __construct(&$config, &$ui)
{
/* Save configuration for internal use */
/* 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:
?>