I know this is a really old hack, but my forum still runs 2.3 (working on 3.5).
I clicked install and put this hack to good use.
However it still only checks for the month and the day, not the year.
I added the code which I thought solves the problem, but it didn't.
PHP Code:
($month == -1 or $day == -1 or $year == -1)
So what is the correct code?
Does anybody know?