]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/holiday_functions.php
Mailer project continued:
[mailer.git] / inc / libs / holiday_functions.php
index bd09b0a29e3a0ce5f2ff75ba029ad3bb36248927..a27a59720a4a8e85d795322501e4e1400ed9bf12 100644 (file)
@@ -44,7 +44,10 @@ if (!defined('__SECURITY')) {
 function stopHolidays () {
        // Let's find some expired holiday requests...
        $result_stop = SQL_QUERY("SELECT
-       `userid`,`holiday_start`,`holiday_end`,`comments`
+       `userid`,
+       `holiday_start`,
+       `holiday_end`,
+       `comments`
 FROM
        `{?_MYSQL_PREFIX?}_user_holidays`
 WHERE