Quote:
Originally Posted by bananalive
Find in ladders.php line 2335
PHP Code:
$countteam = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "tmnt_ladder_players WHERE lid=$lid AND userid=$u2 AND pot=1");
Replace with
PHP Code:
$countteam = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "tmnt_ladder_players WHERE lid=$lid AND userid=$u2");
|
I updated the software to the latest version today BEFORE seeing this reply and I'm not finding the code listed to replace on line 2335.
Line 2397 looks to be the culprit, and fixed the problem.