diff options
author | Michael Tänzer <neo@nhng.de> | 2011-11-15 23:07:24 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2011-11-15 23:07:24 +0100 |
commit | 9feddd1e1f31d52a0bb4fcb5c8c0e1871ff42c25 (patch) | |
tree | e6ed54b2fcde87b8de397cdf4106af91127db44d | |
parent | 76a6feac6985a45ea984c30a8d3bf2a48ce21bb7 (diff) | |
parent | 27eb6fe8c3b4adb3a101afbdc3ff7dc63b24c98e (diff) | |
download | cacert-devel-9feddd1e1f31d52a0bb4fcb5c8c0e1871ff42c25.tar.gz cacert-devel-9feddd1e1f31d52a0bb4fcb5c8c0e1871ff42c25.tar.xz cacert-devel-9feddd1e1f31d52a0bb4fcb5c8c0e1871ff42c25.zip |
Merge branch 'bug-882' into release
-rw-r--r-- | includes/notary.inc.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 73227ac..cc0e0eb 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -285,9 +285,12 @@ { if ($awarded == "0") { - $tdstyle="style='background-color: #ffff80'"; - $emopen="<em>"; - $emclose="</em>"; + if ($when < "2006-09-01") + { + $tdstyle="style='background-color: #ffff80'"; + $emopen="<em>"; + $emclose="</em>"; + } } } ?> |