diff options
-rw-r--r-- | includes/wot.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/wot.inc.php b/includes/wot.inc.php index 5ed093e..a59a5b6 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -242,7 +242,7 @@ { if ($awarded == "0") { - if ($when < "2009-09-01") + if ($when < "2006-09-01") { $tdstyle="style='background-color: #ffff80'"; $emopen="<em>"; |