Re: [Php-calendar-discussion] previous month bug for January
Brought to you by:
sproctor
From: Sean P. <spr...@gm...> - 2005-02-08 13:12:49
|
Hello, On Tue, 8 Feb 2005 12:42:03 -0000 (GMT Standard Time), Gabriel Harrison <Ga...@ga...> wrote: > Hi, > > There is a bug when you are on january and click previous month. Rather > than going to December it goes to year view (not implemented). > > I did a fix on one install but can't remember how exactly but the bug > arises because the link would be ?action=display&year=2005&month=0 but > month=0 gets dropped from the url. Does it? It shouldn't. before there was a problem where I was just testing $month == false, not $month === false (yes, PHP is crazy). Is this problem with 0.10.1? I know this problem existed in 0.10, but I thought it was fixed. Maybe it is dependent on setup or browser. Sean |