[Koha-patches] [PATCH] Single FIXME comment inserted.

Joe Atzberger joe.atzberger at liblime.com
Wed May 28 01:05:58 CEST 2008


---
 C4/Calendar.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/C4/Calendar.pm b/C4/Calendar.pm
index 259992f..a279e2f 100644
--- a/C4/Calendar.pm
+++ b/C4/Calendar.pm
@@ -451,6 +451,7 @@ C<$year> Is the year to check whether if is a holiday or not.
 sub isHoliday {
     my ($self, $day, $month, $year) = @_;
 	# FIXME - date strings are stored in non-padded metric format. should change to iso.
+	# FIXME - should change arguments to accept C4::Dates object
 	$month=$month+0;
 	$year=$year+0;
 	$day=$day+0;
-- 
1.5.5.GIT




More information about the Koha-patches mailing list