]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
Possible fix for #125, applied fixes from profi-concept's branch
[mailer.git] / inc / modules / admin / what-config_points.php
index 6cfa96aa661d939c3a5ec9652c770b982cab2986..51aef758e7ef7fe878a037d3d3e613200cf20e57 100644 (file)
@@ -93,7 +93,7 @@ if (isFormSent()) {
                                                $id = bigintval($id);
 
                                                // Revert german commata
-                                               REQUEST_SET_POST(array('perc', $id), convertCommaToDot(REQUEST_POST('perc', $id)));
+                                               REQUEST_SET_POST('perc', array($id => convertCommaToDot(REQUEST_POST('perc', $id))));
 
                                                // Update entry
                                                SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_refdepths` SET level='%s', percents='%s' WHERE `id`=%s LIMIT 1",