]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_unconfirmed.php
config.php partly solved, see #117
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index da4767d126da84a912920583403dcc0375417081..2d9cb3b7635514a5c39fb332870dec2726211088 100644 (file)
@@ -60,7 +60,7 @@ ON p.id=s.pool_id
 WHERE p.id='".REQUEST_GET('mid')."' 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 = REQUEST_GET('mid'); $LINK = 'mailid';
@@ -92,7 +92,7 @@ if ($listed === true) {
                SQL_FREERESULT($result);
 
                // Transfer data to constants for the template
-               if (($stats_id > 0) && ($ID == "-1")) $ID = $stats_id;
+               if (($stats_id > 0) && ($ID == '-1')) $ID = $stats_id;
                if ($col == 'bonus_id') $sender = 0;
 
                // Load unconfirmed mail links. Hmmm, this select query is pretty cool
@@ -147,7 +147,7 @@ WHERE l.%s='%s' ORDER BY l.userid LIMIT %s",
                        'text'          => COMPILE_CODE($text),
                        'url'           => FRAMETESTER($url),
                        'unconfirmed'   => $unconfirmed,
-                       'stamp'         => generateDateTime($stamp, "2"),
+                       'stamp'         => generateDateTime($stamp, '2'),
                        'rows'          => $OUT
                );