]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_points.php
Adding of network type handlers finished (listing is still work-in-progress)
[mailer.git] / inc / modules / admin / what-config_points.php
index 35f312eaf9c6f3b2d328159dd8d8708028054d59..c763bb1edc659675318682405220f8bf0279f61f 100644 (file)
@@ -67,7 +67,7 @@ if (isGetRequestElementSet('sub')) {
        }
 } else {
        // Display overview
-       setRequestGetElement('sub', 'overview');
+       setGetRequestElement('sub', 'overview');
 }
 
 if (isFormSent()) {
@@ -90,7 +90,7 @@ if (isFormSent()) {
                                                $id = bigintval($id);
 
                                                // Revert german commata
-                                               setRequestPostElement('percents', array($id => convertCommaToDot(postRequestElement('percents', $id))));
+                                               setPostRequestElement('percents', array($id => convertCommaToDot(postRequestElement('percents', $id))));
 
                                                // Update entry
                                                SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_refdepths` SET `level`='%s', `percents`='%s' WHERE `id`=%s LIMIT 1",