r7338 | Month is off by -1 in log.pm :)

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

User avatar
lolzorbot
Noob
Noob
Posts: 18
Joined: 28 Apr 2010, 16:20
Noob?: No

r7338 | Month is off by -1 in log.pm :)

#1 Post by lolzorbot »

as you can read the bloody month is off by -1 in log.pm :o
i dont think anyone is using the month currently
but if someone decides to put the logs in a yyyy-mm format they are going to be in for a surprise :lol:

Code: Select all

after
$tmpdate[5] += 1900;
add
$tmpdate[4] += 1;
thanks :)
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: r7338 | Month is off by -1 in log.pm :)

#2 Post by EternalHarvest »

Committed.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: r7338 | Month is off by -1 in log.pm :)

#3 Post by kLabMouse »

Fixed.
Closed.