]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_links.php
Removed comment introduced by Profi-Concept, this comment should fine (in a much...
[mailer.git] / inc / modules / admin / what-list_links.php
index b48b2e003952b4d10d1048adc87febd17dbc89b7..394508fa856d1443ed1ae92348b8f4e247173f7d 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -68,7 +66,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__);