Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Typo in Framework.Functions.php

edited February 2008 in Vanilla 1.0 Help
On line 29, in the function AddDaysToTimeStamp($TimeStamp, $NumberOfDaysToAdd):
if ($NumberOfDaysToSubtract == 0) {
Should be:
if ($NumberOfDaysToAdd == 0) {
This discussion has been closed.