X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_links.php;h=252a22e156282d5469b9288d3b80831f7834d2dd;hp=31a456a678405f975968dadad5b97bf1396da675;hb=c5fcebd3d76023296ffc643be8736ac5a9c3dbb6;hpb=48529d6a8b14012d56dd54719168931ada90e19a diff --git a/inc/modules/admin/what-list_links.php b/inc/modules/admin/what-list_links.php index 31a456a678..252a22e156 100644 --- a/inc/modules/admin/what-list_links.php +++ b/inc/modules/admin/what-list_links.php @@ -84,11 +84,11 @@ if (isGetRequestParameterSet('userid')) { // List all unconfirmed mails // @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 + // Initializes all variables $cat = ''; $DATA = ''; $PROBLEM = '{--ADMIN_GENERAL_MAIL_PROBLEM--}'; - $result_data = false; // Closes Bug #58 + $result_data = false; // Load data from stats table... // @TODO Rewrite this to includes/filter