]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_holiday.php
www is out-dated
[mailer.git] / inc / daily / daily_holiday.php
index 4c8058d083b12461e99be2ec84e6b92f4cf1266c..11563c52f47059f3003565d104a7656d2a59e555 100644 (file)
@@ -16,8 +16,8 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * For more information visit: http://www.mxchange.org                  *
+ * Copyright (c) 2009 - 2011 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 *
@@ -51,7 +51,7 @@ if (!defined('__SECURITY')) {
 
 // Check for holidays we need to enable and send email to user
 $result_main = SQL_QUERY("SELECT
-       `userid`, `holiday_activated`
+       `userid`,`holiday_activated`
 FROM
        `{?_MYSQL_PREFIX?}_user_data`
 WHERE
@@ -71,7 +71,7 @@ if (!SQL_HASZERONUMS($result_main)) {
        while ($content = SQL_FETCHARRAY($result_main)) {
                // Check if his holiday can be activated
                $result_holiday = SQL_QUERY_ESC("SELECT
-       `holiday_start`, `holiday_end`
+       `holiday_start`,`holiday_end`
 FROM
        `{?_MYSQL_PREFIX?}_user_holidays`
 WHERE