Doing some more dateformatting tweaks

This commit is contained in:
Xkeeper
2011-11-12 17:09:58 -08:00
parent 60402a0c0d
commit aeae01621c
3 changed files with 30 additions and 20 deletions

View File

@@ -27,12 +27,6 @@
// if($forumid==30) $boardtitle = "<a href='./'><img src=\"images/poniecentral.gif\" title=\"YAAAAAAAAAAY\"></a>";
// end PONIES!!!
if(!$loguserid || $dateformat == "") {
$dateformat='m-d-y h:i:s A';
$dateshort='m-d-y';
}
if (isset($_GET['dateformat'])) $dateformat = $_GET['dateformat'];
$race=postradar($loguserid);