X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdaily%2Fdaily_holiday.php;h=9fad7691ad2a8073ef54fd4ad353a91f5fa5d183;hp=a8ae1c744acfb5f79140e97c28ad71f34c612b87;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=0f3a135204757cc8750262871c8e62c42300acb4 diff --git a/inc/daily/daily_holiday.php b/inc/daily/daily_holiday.php index a8ae1c744a..9fad7691ad 100644 --- a/inc/daily/daily_holiday.php +++ b/inc/daily/daily_holiday.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -81,7 +81,7 @@ WHERE LIMIT 1", array(bigintval($content['userid'])), __FILE__, __LINE__); - // Do we have an entry? + // Is there an entry? if (SQL_NUMROWS($result_holiday) == 1) { // Okay, this user can be send away to holiday... $content = merge_array($content, SQL_FETCHARRAY($result_holiday));