X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_networks.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=5e7d3d73ba4bbf6221739746e250406ad5f80736;hp=d78e2b8f4a8467b34587920dc756b530117c7bfa;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/modules/admin/what-config_networks.php b/inc/modules/admin/what-config_networks.php index d78e2b8f4a..f551ef47b7 100644 --- a/inc/modules/admin/what-config_networks.php +++ b/inc/modules/admin/what-config_networks.php @@ -1,96 +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 ?>