]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/network_functions.php
Fixes for ext-network, 'Ad-Hit.de' added
[mailer.git] / inc / libs / network_functions.php
index fd2bba1a2c27e4547faff063dad5b8cacd72d63f..af85b18a74f9398129f0fced2cd95c6609cd6486 100644 (file)
@@ -948,7 +948,9 @@ function doAdminNetworkProcessChangeNetwork () {
                                // Transfer whole array, except 'sel'
                                foreach (postRequestArray() as $key => $entry) {
                                        // Skip 'sel' and submit button
-                                       if (in_array($key, array('sel', 'change'))) continue;
+                                       if (in_array($key, array('sel', 'do_edit'))) {
+                                               continue;
+                                       } // END - if
 
                                        // Do we have this enty?
                                        if (!isset($entry[$id])) {
@@ -1062,7 +1064,9 @@ function doAdminNetworkProcessChangeNetworkType () {
                                // Transfer whole array, except 'sel'
                                foreach (postRequestArray() as $key => $entry) {
                                        // Skip 'sel' and submit button
-                                       if (in_array($key, array('sel', 'change'))) continue;
+                                       if (in_array($key, array('sel', 'do_edit'))) {
+                                               continue;
+                                       } // END - if
 
                                        // Do we have this enty?
                                        if (!isset($entry[$id])) {
@@ -1113,7 +1117,9 @@ function doAdminNetworkProcessChangeNetworkParam () {
                                // Transfer whole array, except 'sel'
                                foreach (postRequestArray() as $key => $entry) {
                                        // Skip 'sel' and submit button
-                                       if (in_array($key, array('sel', 'change'))) continue;
+                                       if (in_array($key, array('sel', 'do_edit'))) {
+                                               continue;
+                                       } // END - if
 
                                        // Do we have this enty?
                                        if (!isset($entry[$id])) {