removed not used / needed var parameter, which gave an error if using Japan as country, as suggested by Heiga Zen <heigazen-at-gmail.com>

This commit is contained in:
Ralf Becker 2006-10-23 05:01:06 +00:00
parent a5d124ffad
commit 32771223fe

View File

@ -21,7 +21,7 @@
*/
class holidaycalc
{
function calculate_date($holiday, &$holidays, $year, &$i)
function calculate_date($holiday, &$holidays, $year)
{
static $cached_month;
static $cached_day;