X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_networks.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=def1c791b52a6b8b5891539387525c3736f3c24c;hp=fd99cc6563fadbb5aa9b37e2d217d8d98b31d330;hpb=222b9cab2b3fb3c8fb01ff524f5d1d7cfbcb61e7;p=mailer.git diff --git a/inc/modules/admin/what-list_networks.php b/inc/modules/admin/what-list_networks.php index fd99cc6563..f551ef47b7 100644 --- a/inc/modules/admin/what-list_networks.php +++ b/inc/modules/admin/what-list_networks.php @@ -1,103 +1,3 @@ 0) { - // List all - $SW = 2; $OUT = ''; - while ($content = SQL_FETCHARRAY($result)) { - // Add color switching - $content['sw'] = $SW; - - // Load row template - $OUT .= loadTemplate('admin_list_networks_row', true, $content); - - // Switch color - $SW = 3 - $SW; - } // END - while - - // Load main template - loadTemplate('admin_list_networks', false, $OUT); -} else { - // Display a message that there are sponsor networks supported, yet - loadTemplate('admin_settings_saved', false, getMessage('ADMIN_NETWORK_NONE_SUPPORTED')); -} - -// Free result -SQL_FREERESULT($result); - -// Add form for adding new entry -loadTemplate('admin_add_network'); - -// [EOF] +// @DEPRECATED ?>