Quote:
|
Originally Posted by MrDaniel Indeed! Well, the solution I gave works for me. I just have to add $year = $year + 1900; wherever localtime(); is used, just like $mon = $mon + 1; is used... Works fine now! |
I scanned the 5.21 files and found that the following locations are missing the $year = $year +1900; line after $mon = $mon + 1;
comments.php Line 62
search.php Line 125
showphoto.php Line 218
showphoto.php Line 1035
showphoto.php Line 1068
forums\vb3.php Line 333
Maybe this will be useful to other folks having the problem.