Single FIXME comment inserted.
authorJoe Atzberger <joe.atzberger@liblime.com>
Tue, 27 May 2008 23:05:58 +0000 (18:05 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 29 May 2008 12:04:39 +0000 (07:04 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Calendar.pm

index 259992f..a279e2f 100644 (file)
@@ -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;