]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_unconfirmed.php
Double question mark fixed
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index 5370e111ddc9e1622401a787e3372ac96993eb01..52037dd5c90163d10b11166c4182d76f0b748e1f 100644 (file)
@@ -72,10 +72,14 @@ LIMIT 1",
        );
 
        // Column, type and id for member's mail
-       $col = 'stats_id'; $type = 'NORMAL'; $ID = '-1';
+       $col = 'stats_id';
+       $type = 'NORMAL';
+       $ID = -1;
 
        // Load admin_list_unconfirmed template
-       $listed = true; $DATA = getRequestParameter('mid'); $mailType = 'mailid';
+       $listed = true;
+       $DATA = getRequestParameter('mid');
+       $mailType = 'mailid';
 } elseif ((isGetRequestParameterSet('bid')) && (isExtensionActive('bonus'))) {
        // @TODO This constant might be unused? define('__LIST_UNCON_TITLE', '{--ADMIN_LIST_UNCONFIRMED_BONUS_LINKS--}');
 
@@ -91,10 +95,14 @@ LIMIT 1",
        );
 
        // Column, type and id for member's mail
-       $col = 'bonus_id'; $type = 'BONUS'; $ID = getRequestParameter('bid');
+       $col = 'bonus_id';
+       $type = 'BONUS';
+       $ID = getRequestParameter('bid');
 
        // Load admin_list_unconfirmed template
-       $listed = true; $DATA = $ID; $mailType = 'bonusid';
+       $listed = true;
+       $DATA = $ID;
+       $mailType = 'bonusid';
 } else {
        // @TODO "Please do not call me directly." Should be rewritten to a nice selection depending on ext-bonus
        displayMessage('{--ADMIN_CALL_NOT_DIRECTLY--}');