diff options
author | root <root@cacert1.it-sls.de> | 2011-05-25 06:56:37 +0200 |
---|---|---|
committer | root <root@cacert1.it-sls.de> | 2011-05-25 06:56:37 +0200 |
commit | d3b6033b790f7cbb7fbaa5f07f237b08ff28fe79 (patch) | |
tree | 61ffa8af6840def5e855d1509c07ec8f99c0d0e4 /includes/wot.inc.php | |
parent | b218463f92eb382f0c38f79a21402d293b0b4700 (diff) | |
download | cacert-devel-d3b6033b790f7cbb7fbaa5f07f237b08ff28fe79.tar.gz cacert-devel-d3b6033b790f7cbb7fbaa5f07f237b08ff28fe79.tar.xz cacert-devel-d3b6033b790f7cbb7fbaa5f07f237b08ff28fe79.zip |
827 removed "birthday added points"-bug since ulis birthday is not today ... ;-)
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 f65070f..e8b0448 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -458,7 +458,7 @@ { $experience_total = $sum_experience_countable+$sum_experience_other_countable; $issue_points_txt = ""; - if ($sum_points_countable = $max_points) + if ($sum_points_countable == $max_points) $issue_points = 10; if ($experience_total >= 10) $issue_points = 15; |