X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_networks.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=ba764b4060d3d82fc59e1bd72f68d0a4bb51f723;hp=bc7f9784a15e335a6a81d58990bb0b42b2b3e07f;hpb=903f539b5aac6171fdfee9ad252565531e8dd4e2;p=mailer.git diff --git a/inc/modules/admin/what-config_networks.php b/inc/modules/admin/what-config_networks.php index bc7f9784a1..f551ef47b7 100644 --- a/inc/modules/admin/what-config_networks.php +++ b/inc/modules/admin/what-config_networks.php @@ -1,98 +1,3 @@ 0) { - // We have some networks here - $OUT = ''; - while ($content = SQL_FETCHARRAY($result)) { - // Fix empty 'active' to 'yes' - if (is_null($content['network_active'])) { - // Fix it for our API function - $content['network_active'] = 'Y'; - } // END - if - - // Add network row - $OUT .= loadTemplate('admin_list_network_config_row', true, $content); - } // END - while - - // Load main template - loadTemplate('admin_list_network_config', false, $OUT); -} else { - // Please setup some networks first - loadTemplate('admin_settings_saved', false, '{--ADMIN_NETWORK_DATA_MISSING--}'); -} -// Free result -SQL_FREERESULT($result); - -// [EOF] +// @DEPRECATED ?>