]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/holiday_functions.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / libs / holiday_functions.php
index 2f2ccaca3044186aeabff04a93aa85f764eb38e2..8ad8cd0dbad0df711979e9fcd0552d67dcb58640 100644 (file)
@@ -51,7 +51,7 @@ WHERE holiday_end <= UNIX_TIMESTAMP()
 ORDER BY userid", __FUNCTION__, __LINE__);
        if (SQL_NUMROWS($result_stop) > 0) {
                // We foud at least one
-               $admin = "";
+               $admin = '';
                // Init SQLs
                INIT_SQLS();