X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-list_links.php;h=3fe8031108deaa70e04820e6bc83407baa79d947;hb=2b388c21a07e07317ccb065d42ef7304cfca7718;hp=242a00c02b322e049b907159befcfdfe3ccd6291;hpb=c78089215285d52d483760699d07a96dfbbe0671;p=mailer.git diff --git a/inc/modules/admin/what-list_links.php b/inc/modules/admin/what-list_links.php index 242a00c02b..3fe8031108 100644 --- a/inc/modules/admin/what-list_links.php +++ b/inc/modules/admin/what-list_links.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Unbestaetigte Mails eines Mitgliedes auflisten * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -84,13 +89,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...