]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_notifications.php
Mailer project continued:
[mailer.git] / inc / modules / admin / what-list_notifications.php
index 43672bbde8b7765649331b78ad440c1d48cfe78b..f61e1785a820450936a09727888aab30d9c71c13 100644 (file)
@@ -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 *
@@ -54,8 +54,8 @@ if (!isGetRequestElementSet('offset')) setGetRequestElement('offset', getMailsPa
 if (isExtensionActive('bonus')) {
        // Bonus mails sent by you
        $SQL2 = "SELECT
-       `id`,`subject`,`text`,`receivers`,`points`,`time`,`data_type`,`timestamp`,`url`,`cat_id`,`target_send`,
-       `mails_sent`,`clicks`, (`mails_sent` - `clicks`) AS `unconfirmed`
+       `id`, `subject`, `text`, `receivers`, `points`, `time`, `data_type`, `timestamp`, `url`, `cat_id`, `target_send`,
+       `mails_sent`, `clicks`, (`mails_sent` - `clicks`) AS `unconfirmed`
 FROM
        `{?_MYSQL_PREFIX?}_bonus`
 WHERE