View Single Post
Old January 7th, 2006, 10:18 AM   #11 (permalink)
Pirotess
Junior Member
Verified Customer
 
Join Date: Sep 2002
Posts: 25
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.

Last edited by Pirotess; January 7th, 2006 at 10:26 AM.
Pirotess is offline