
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

Code: Select all
after
$tmpdate[5] += 1900;
add
$tmpdate[4] += 1;

Moderators: Moderators, Developers
Code: Select all
after
$tmpdate[5] += 1900;
add
$tmpdate[4] += 1;