Fixes and cleanups
[mailer.git] / inc / modules / admin / what-list_unconfirmed.php
index c5903b53f4e17969fe0a207de6b024a65597a716..0b9172531c70229e65399944e60d3ffb454373a4 100644 (file)
@@ -132,7 +132,12 @@ if (($listed === true) && (!empty($sql))) {
                // but it does only show unconfirmed mail links from existing user
                // accounts. So if you have delete one you did not see those links
                $result = SQL_QUERY_ESC("SELECT
-       l.`userid`, u.`status`, u.`surname`, u.`family`, u.`gender`, u.`email`
+       l.`userid`,
+       u.`status`,
+       u.`surname`,
+       u.`family`,
+       u.`gender`,
+       u.`email`
 FROM
        `{?_MYSQL_PREFIX?}_user_links` AS `l`
 LEFT JOIN