X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_network_params.php;h=12fc5b7cff2c74cdee5ee790cdd47facfc9900d2;hp=459ce9819377c16bd67d2a3e6900f776a2811c2c;hb=465859de0e017d99130df209391fe0742fc24271;hpb=6f9f29d5caee60a2cceae33a7a53e1b4c7319a0c diff --git a/inc/modules/admin/what-list_network_params.php b/inc/modules/admin/what-list_network_params.php index 459ce98193..12fc5b7cff 100644 --- a/inc/modules/admin/what-list_network_params.php +++ b/inc/modules/admin/what-list_network_params.php @@ -62,9 +62,9 @@ if ($GLOBALS['network_display'] === false) { } // END - if // Do we have a network selected? -if (isGetRequestElementSet('network')) { +if (isGetRequestElementSet('network_id')) { // Get its data for template - $networkData = getNetworkDataById(getRequestElement('network')); + $networkData = getNetworkDataById(getRequestElement('network_id')); $networkData['network_type_id'] = 0; // Init disabled list @@ -102,7 +102,7 @@ WHERE ORDER BY t.`network_type_handle` ASC, p.`network_param_id` ASC", - array(getRequestElement('network')), __FILE__, __LINE__); + array(getRequestElement('network_id')), __FILE__, __LINE__); // Do we have entries? if (!SQL_HASZERONUMS($result)) {