getCommentDate() now depreciated

Hi, I have just installed zenphoto version 1.2.2 [2983] and noticed that the date is not displaying correctly - checking the code of both my theme and those included with zenphoto version 1.2.2 [2983] I found that the use of `<?php echo getCommentDate();?>` now needs to be `<?php echo getCommentDateTime();?>` as it is no longer supported.

I am running Apache v2.0.63, php v5.2.8, MySQL v5.0.67, and ImageMagick v6.4.8-3-Q16 all on a Windows XP Pro box if it helps.

Cheers for the fab new release by the way :)

Comments

  • The reason for the change in functions is so that the dates could be displayed correctly. I am not sure what your question is.
Sign In or Register to comment.