All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / inc / libs / holiday_functions.php
index 0d4d06d50de9b342cc5c8e6bb5743d527e546cd3..dd8a45bb6594a00886977098b4cd2ecc15d9037a 100644 (file)
@@ -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));