X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_holiday.php;h=10a7253bb7a975ca5bf1428d50801fe6d430dee3;hp=1470a279832c8b22a3c3a2591fddfe36144aa3c0;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=6b1e55213d76a67e9aa3d9f1e4dcb55e0bbf12ee diff --git a/inc/daily/daily_holiday.php b/inc/daily/daily_holiday.php index 1470a27983..10a7253bb7 100644 --- a/inc/daily/daily_holiday.php +++ b/inc/daily/daily_holiday.php @@ -10,13 +10,8 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Dinge, die beim taeglichen Reset erledigt werden * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $Date:: $ * - * $Tag:: 0.2.1-FINAL $ * - * $Author:: $ * - * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2013 by Mailer Developer Team * + * Copyright (c) 2009 - 2015 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -64,7 +59,7 @@ ORDER BY __FILE__, __LINE__); // Entries found? -if (!ifSqlHasZeroNums($result_main)) { +if (!ifSqlHasZeroNumRows($result_main)) { // Init SQLs initSqls();