diff options
author | Michael Tänzer <neo@nhng.de> | 2011-11-02 01:04:07 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-11-02 01:04:07 +0100 |
commit | 954f554feccb856f840680709812f43f5a0d83c9 (patch) | |
tree | 2b0467bbbe2b467a1688eb9d7976b6a8645ef0aa /includes | |
parent | f5ae2d5243bd2f351eafa8ad7a07a11050bfdb50 (diff) | |
download | cacert-devel-954f554feccb856f840680709812f43f5a0d83c9.tar.gz cacert-devel-954f554feccb856f840680709812f43f5a0d83c9.tar.xz cacert-devel-954f554feccb856f840680709812f43f5a0d83c9.zip |
bug 827: the date when the column "awarded" was added was actually
2006-09-01
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'includes')
-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>"; |