diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-02 23:15:43 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-02 23:15:43 +0100 |
commit | a53a87fdb6624bcfece257f861f49a883ed24d2c (patch) | |
tree | 809a60891ed55f38ca129880fe9eea4acabf57e8 | |
parent | a98bf0e4514b9f42df34c66eceeaec0ccb542953 (diff) | |
download | cacert-devel-a53a87fdb6624bcfece257f861f49a883ed24d2c.tar.gz cacert-devel-a53a87fdb6624bcfece257f861f49a883ed24d2c.tar.xz cacert-devel-a53a87fdb6624bcfece257f861f49a883ed24d2c.zip |
bug 888: small change in includes/wot.inc.phpbug-888
-rw-r--r-- | includes/wot.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/wot.inc.php b/includes/wot.inc.php index 6563778..6b3bcc8 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -364,10 +364,10 @@ break; case 'Unknown': // to be revoked in the future? limit to max 50 pts? case 'Trusted Third Parties': // to be revoked in the future? limit to max 35 pts? - case '': // to be revoked in the future? limit to max 50 pts? - case 'Face to Face Meeting': // normal assurances, limit to 35/50 pts in the future? case 'TTP-Assisted': // TTP assurances, limit to 35 case 'TOPUP': // TOPUP to be delevoped in the future, limit to 30 + case '': // to be revoked in the future? limit to max 50 pts? + case 'Face to Face Meeting': // normal assurances, limit to 35/50 pts in the future? break; default: // should never happen ... ;-) $points = 0; |