summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ec9808)
raw | patch | inline | side by side (parent: 8ec9808)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 Jul 2007 07:40:56 +0000 (07:40 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 Jul 2007 07:40:56 +0000 (07:40 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6856 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index 294f8e537f1bea00d1bb16243e1732e0943ea818..1c0cb6c77f18d63ae4ef1e87020a01ce3777baa4 100644 (file)
$this->inheritTimeServer = false;
}
}
-
+
+ if(isset($_POST["inheritAll"])){
+ $this->set_everything_to_inherited();
+ }
}