X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fholiday_functions.php;h=4e82a02ce4535f24dbc9fafc87b7fc02e0d0d171;hb=0fa7740aae24eacd2b7215fb43e8717a1bb281d7;hp=885c6551a7243c00edd5164907aad520fa4bad87;hpb=fe559c0f67e986c113f5b465e767e11a6588734d;p=mailer.git diff --git a/inc/libs/holiday_functions.php b/inc/libs/holiday_functions.php index 885c6551a7..4e82a02ce4 100644 --- a/inc/libs/holiday_functions.php +++ b/inc/libs/holiday_functions.php @@ -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`