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 19c27a1..884b97f 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>"; |