summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2012-04-17 23:45:28 +0200
committerMichael Tänzer <neo@nhng.de>2012-04-17 23:45:28 +0200
commitc30a104b972d6288558c09bf0f2f544fe9c800c1 (patch)
tree2d70544b25a63c504c4db106ecc0314d7c03b2b7
parenteec8a7dd2f181b6c39c519038c85b357e7f1b951 (diff)
downloadcacert-devel-c30a104b972d6288558c09bf0f2f544fe9c800c1.tar.gz
cacert-devel-c30a104b972d6288558c09bf0f2f544fe9c800c1.tar.xz
cacert-devel-c30a104b972d6288558c09bf0f2f544fe9c800c1.zip
bug 1023: Fix regression of effective date for "yellow" lines
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r--includes/wot.inc.php2
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>";