[aida] Small bug in WebStatisticsApp>>yearlyStatsStarting:from:and:
Janko Mivšek
janko.mivsek at eranova.si
Wed Oct 31 11:01:03 CET 2007
Nicolas, corrected.
Thanks!
Janko
nicolas petton a écrit :
> Hi,
>
> I think I found a small bug in this method (Squeak port):
>
> cdate := Date newDay: 1
> monthNumber: aDate monthIndex
> year: aDate year.
>
> should be replaced with:
>
> cdate := SpDate newDay: 1
> monthNumber: aDate monthIndex
> year: aDate year.
>
> Cheers,
>
> Nicolas
>
More information about the Aida
mailing list