X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_links.php;h=0af60e17f6136c6e41c7c0593fceb49ea5e06b9d;hb=ef90affb5df1071c8bca8da7a796f63905d74f62;hp=b48b2e003952b4d10d1048adc87febd17dbc89b7;hpb=6bb119cb426a2ab3998a5c3dfe250d748f786a1c;p=mailer.git diff --git a/inc/modules/admin/what-list_links.php b/inc/modules/admin/what-list_links.php index b48b2e0039..0af60e17f6 100644 --- a/inc/modules/admin/what-list_links.php +++ b/inc/modules/admin/what-list_links.php @@ -68,7 +68,7 @@ if (isGetRequestParameterSet('userid')) { // Do we have some entries? if (SQL_NUMROWS($result) > 0) { // Some unconfirmed mails left - if (getRequestParameter('del') == "all") { + if (getRequestParameter('delete') == "all") { // Delete all unconfirmed mails by this user SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_links` WHERE `userid`=%s LIMIT %s", array(bigintval(getRequestParameter('userid')), SQL_NUMROWS($result)), __FILE__, __LINE__);