diff --git a/include/constants.php b/include/constants.php
index dbd9706d..ecfc6b07 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -1,6 +1,6 @@
$user
{$arr['email']} | " . mksize($arr['uploaded']) . " | " . mksize($arr['downloaded']) . " | $ratio | ");
if ($haremAdditionFactor > 0) {
- print ("".number_format(calculate_seed_bonus($arr['id'])['all_bonus'] * $haremAdditionFactor, 3)." | ");
+ print ("".number_format(calculate_seed_bonus($arr['id'])['seed_points'] * $haremAdditionFactor, 3)." | ");
}
print("$status | ");
if ($CURUSER['id'] == $id || get_user_class() >= UC_SYSOP){