summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cbf86fb)
raw | patch | inline | side by side (parent: cbf86fb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Apr 2008 10:56:07 +0000 (10:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Apr 2008 10:56:07 +0000 (10:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10644 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_serverService.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_serverService.inc b/gosa-plugins/systems/admin/systems/class_serverService.inc
index 1d259c284f53193b1cd35537e822ad8f906d2aa2..14ff1970e53462dfb6881e61aafb6e2c13578644 100644 (file)
function save_object()
{
foreach($this->plugins as $name => $obj){
- if($obj->is_account){
- $this->plugins[$name]->save_object();
- }
+
+# if($obj->is_account){
+# $this->plugins[$name]->save_object();
+# }
}
}