NZ's Finest on 16 Dec 2007
Fixed AnonShout 1.1
My apologies for not catching this bug sooner.
The latest version of AnonShout (1.1) was displaying dates wrong, I have now uploaded a fixed version.
To get your dates displaying right all you need to do is download the latest AnonShout and overwrite your “anonshout.php” file.
Or you can fix it manually by changing line 137 from
$moddate = date($date, strtotime($key['date']) + $timeadd); // Add time modifier to date
to
$moddate = date($date, $key['date'] + $timeadd); // Add time modifier to date