X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fholiday_functions.php;h=dd8a45bb6594a00886977098b4cd2ecc15d9037a;hb=76b1b077bda73310c536f658d3a9bb5e12232f39;hp=0d4d06d50de9b342cc5c8e6bb5743d527e546cd3;hpb=5bc21792b4ebb0c411b449597fc41d3268ff877b;p=mailer.git diff --git a/inc/libs/holiday_functions.php b/inc/libs/holiday_functions.php index 0d4d06d50d..dd8a45bb65 100644 --- a/inc/libs/holiday_functions.php +++ b/inc/libs/holiday_functions.php @@ -60,7 +60,7 @@ ORDER BY // Process all found entries while ($content = SQL_FETCHARRAY($result_stop)) { - // Stop2 holiday + // Stop holiday addSql(SQL_QUERY_ESC("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_user_holidays` WHERE `userid`=%s LIMIT 1", array(bigintval($content['userid'])), __FUNCTION__, __LINE__, false));