Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / inc / modules / admin / what-list_links.php
index b48b2e003952b4d10d1048adc87febd17dbc89b7..0af60e17f6136c6e41c7c0593fceb49ea5e06b9d 100644 (file)
@@ -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__);