fix invite harem addition

This commit is contained in:
xiaomlove
2022-12-05 17:37:14 +08:00
parent aa0cf101af
commit a0fb2c61d0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.32');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-12-04');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-12-05');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");

View File

@@ -118,7 +118,7 @@ if ($type == 'new'){
print("<tr class=rowfollow>$user<td>{$arr['email']}</td><td class=rowfollow>" . mksize($arr['uploaded']) . "</td><td class=rowfollow>" . mksize($arr['downloaded']) . "</td><td class=rowfollow>$ratio</td>");
if ($haremAdditionFactor > 0) {
print ("<td class=rowfollow>".number_format(calculate_seed_bonus($arr['id'])['all_bonus'] * $haremAdditionFactor, 3)."</td>");
print ("<td class=rowfollow>".number_format(calculate_seed_bonus($arr['id'])['seed_points'] * $haremAdditionFactor, 3)."</td>");
}
print("<td class=rowfollow>$status</td>");
if ($CURUSER['id'] == $id || get_user_class() >= UC_SYSOP){