]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/holiday_functions.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / libs / holiday_functions.php
index 885c6551a7243c00edd5164907aad520fa4bad87..4e82a02ce4535f24dbc9fafc87b7fc02e0d0d171 100644 (file)
@@ -59,7 +59,7 @@ ORDER BY `userid` ASC", __FUNCTION__, __LINE__);
                while ($content = SQL_FETCHARRAY($result_stop)) {
                        // Stop holiday
                        ADD_SQL(SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{!_MYSQL_PREFIX!}_user_holidays` WHERE userid=%s LIMIT 1",
-                               array(bigintval($content['userid'])), __FUNCTION__, __LINE__, false));
+                       array(bigintval($content['userid'])), __FUNCTION__, __LINE__, false));
 
                        // Unlock account
                        ADD_SQL(SQL_QUERY_ESC("UPDATE `{!_MYSQL_PREFIX!}_user_data`