X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_unconfirmed.php;h=6dadfa922b1e18bf3bc66403c73a89eaea5a8730;hp=2b0912fcd5c8ba59f8eb5999f8fbdcb654de93da;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hpb=2379934be6a196a54f4155bb8e24c49b20736969 diff --git a/inc/modules/admin/what-list_unconfirmed.php b/inc/modules/admin/what-list_unconfirmed.php index 2b0912fcd5..6dadfa922b 100644 --- a/inc/modules/admin/what-list_unconfirmed.php +++ b/inc/modules/admin/what-list_unconfirmed.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -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