X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_links.php;h=330c1246e5c430069c63430e19680804040f8eba;hp=242a00c02b322e049b907159befcfdfe3ccd6291;hb=4001187f22197f55e5a1f211fc8defcc180f7c32;hpb=a47a9c49a7813304ac78deb3741bdd85e6d50912 diff --git a/inc/modules/admin/what-list_links.php b/inc/modules/admin/what-list_links.php index 242a00c02b..330c1246e5 100644 --- a/inc/modules/admin/what-list_links.php +++ b/inc/modules/admin/what-list_links.php @@ -84,13 +84,16 @@ if (REQUEST_ISSET_GET(('uid'))) { // Display message LOAD_TEMPLATE("admin_settings_saved", false, getMessage('ADMIN_LINKS_DELETED')); } else { + // Init variables + $OUT = ""; $SW = 2; + // List all unconfirmed mails - $SW = 2; $OUT = ""; + // @TODO Find a way to rewrite this. See some lines above for different queries while (list($id, $id2, $type) = SQL_FETCHROW($result)) { // Initializes some variables $cat = ""; $DATA = ""; - $PROBLEM = GENERAL_MAIL_PROBLEM; + $PROBLEM = getMessage('GENERAL_MAIL_PROBLEM'); $result_data = false; // Closes Bug #58 // Load data from stats table...