Code

Removed direct save . closes #421
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Apr 2008 06:57:37 +0000 (06:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 17 Apr 2008 06:57:37 +0000 (06:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10526 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 09436756b06cbe4311857f850df2efd3f7aed143..a24cf7bd7469e5463238d09575f52b4cf0a29647 100644 (file)
@@ -879,15 +879,15 @@ class systems extends plugin
        the user wants to save edited data. Check and save at this
        point. */
 
-    /* Dirty workaround - MSG_DIALOG - OK
-       If a message dialog is shown and we press 'OK'
-        then try to save again.
-     */
-    foreach($_POST as $name => $value){
-      if(preg_match("/^MSG_OK/",$name)){
-        $_POST['edit_finish'] = TRUE;
-      }
-    }
+#    /* Dirty workaround - MSG_DIALOG - OK
+#      If a message dialog is shown and we press 'OK'
+#       then try to save again.
+#     */
+#    foreach($_POST as $name => $value){
+#      if(preg_match("/^MSG_OK/",$name)){
+#        $_POST['edit_apply'] = TRUE;
+#      }
+#    }
 
     if ((isset($_POST['edit_finish']) || isset($_POST['edit_apply'])) && (isset($this->systab->config)) || $save_object_directly){