diff options
author | Michael Tänzer <neo@nhng.de> | 2011-11-15 23:07:11 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-11-15 23:07:11 +0100 |
commit | 76a6feac6985a45ea984c30a8d3bf2a48ce21bb7 (patch) | |
tree | 29b9d47f042521142b8d6445f9c39f41f067008b /includes/wot.inc.php | |
parent | 10aaf4480a5182377df284f2cc1cb3a43cf4c891 (diff) | |
parent | 954f554feccb856f840680709812f43f5a0d83c9 (diff) | |
download | cacert-devel-76a6feac6985a45ea984c30a8d3bf2a48ce21bb7.tar.gz cacert-devel-76a6feac6985a45ea984c30a8d3bf2a48ce21bb7.tar.xz cacert-devel-76a6feac6985a45ea984c30a8d3bf2a48ce21bb7.zip |
Merge branch 'bug-827' into release
Diffstat (limited to 'includes/wot.inc.php')
-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>"; |