diff --git a/pages/wot/6.php b/pages/wot/6.php
index 73e7ff3..9f06a98 100644
--- a/pages/wot/6.php
+++ b/pages/wot/6.php
@@ -51,7 +51,10 @@
=_("PLEASE NOTE: You have already assured this person before! If this is unintentional please DO NOT CONTINUE with this assurance.")?> |
- } if(100 - $_SESSION['_config']['pointsalready'] - $maxpoints < 0) { ?>
+
+ } if(100 - $_SESSION['_config']['pointsalready'] - $maxpoints < 0) {
+// } if($_SESSION['_config']['pointsalready'] > 0) { // This is wrong!
+ ?>
printf(_("This person already has %s assurance points. Any points you give this person may be rounded down, or they may not even get any points. If you have less then 150 points you will still receive 2 points for assuring them."), $_SESSION['_config']['pointsalready']); ?> |