Re: [Php-calendar-discussion] previous month bug for January
Brought to you by:
sproctor
From: Gabriel H. <Ga...@ga...> - 2005-02-08 13:20:27
|
On Tue, February 8, 2005 1:12 pm, Sean Proctor said: > 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. > Ah sorry I am using an older version and just tested it on the demo calendar but notice that is 0.9.1 Gabriel |