]> git.mxchange.org Git - mailer.git/commitdiff
Fix for the fix... :(
authorRoland Häder <roland@mxchange.org>
Sun, 26 Jul 2009 20:20:00 +0000 (20:20 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 26 Jul 2009 20:20:00 +0000 (20:20 +0000)
inc/libs/register_functions.php
inc/modules/admin/what-config_points.php

index 19f26b4ef17294d8acd4f2ece9a91e6326c2a5a5..91cd13f633bf84d9fcccb1ad0e6c92a44e84b17d 100644 (file)
@@ -133,7 +133,7 @@ function registerGenerateCategoryTable ($mode, $return=false) {
                        // Is the array element not set?
                        if (!REQUEST_ISSET_POST('cat', $content['id'])) {
                                // Then set it
-                               REQUEST_SET_POST('cat' => array($content['id'] => ''));
+                               REQUEST_SET_POST('cat', array($content['id'] => ''));
                        } // END - if
 
                        // Prepare array for the template
index 0fd1f0b3a1ed41d3e0d178235b4b3cdd75ac5765..51aef758e7ef7fe878a037d3d3e613200cf20e57 100644 (file)
@@ -93,7 +93,7 @@ if (isFormSent()) {
                                                $id = bigintval($id);
 
                                                // Revert german commata
-                                               REQUEST_SET_POST('perc' => array($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",