mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update tr_seed_bonus.php
This commit is contained in:
parent
655fc91628
commit
01d553846b
@ -21,7 +21,7 @@ if ($bb_cfg['seed_bonus_enabled'] && $bb_cfg['seed_bonus_points'] && $bb_cfg['se
|
|||||||
WHERE tor.topic_id = bt.topic_id
|
WHERE tor.topic_id = bt.topic_id
|
||||||
AND tor.size > $tor_size
|
AND tor.size > $tor_size
|
||||||
AND bt.seeder > 0
|
AND bt.seeder > 0
|
||||||
GROUP BY user_id
|
GROUP BY bt.user_id
|
||||||
");
|
");
|
||||||
|
|
||||||
$seed_bonus = unserialize($bb_cfg['seed_bonus_points']);
|
$seed_bonus = unserialize($bb_cfg['seed_bonus_points']);
|
||||||
|
Loading…
Reference in New Issue
Block a user