]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_100_bonus.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / daily / daily_100_bonus.php
index 0fba064338e876e78690519a930362ee359b0340..2b8e783868ddbe0e19a79978ff09f0596e0b7d9a 100644 (file)
@@ -6,7 +6,7 @@
  * -------------------------------------------------------------------- *
  * File              : daily_100_bonus.php                              *
  * -------------------------------------------------------------------- *
- * Short description : Check for 100% clickrate order                   *
+ * Short description : Check for 100% click rate order                  *
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Nach Mailbestaetigungen mit 100% Klickrate s.    *
  * -------------------------------------------------------------------- *
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -51,7 +51,7 @@ if (!defined('__SECURITY')) {
 
 // Check for 100% klickrate mails
 $result_bonus = SQL_QUERY("SELECT
-       `id`, `userid`, `subject`, `timestamp_ordered`, `clicks`, `url`
+       `id`,`userid`,`subject`,`timestamp_ordered`,`clicks`,`url`
 FROM
        `{?_MYSQL_PREFIX?}_user_stats`
 WHERE