summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92d6a7d)
raw | patch | inline | side by side (parent: 92d6a7d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 17 Apr 2008 06:57:37 +0000 (06:57 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index 09436756b06cbe4311857f850df2efd3f7aed143..a24cf7bd7469e5463238d09575f52b4cf0a29647 100644 (file)
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){