mirror of
https://github.com/e107inc/e107.git
synced 2025-06-09 04:28:29 +02:00
Merge pull request #3279 from rica-carv/rica-carv-patch-2
Fixes #3260 Incorrect calculation
This commit is contained in:
commit
ce765316dd
@ -127,8 +127,8 @@ class forumStats
|
|||||||
ORDER BY post_count DESC LIMIT 0,10";
|
ORDER BY post_count DESC LIMIT 0,10";
|
||||||
|
|
||||||
$sql->gen($query);
|
$sql->gen($query);
|
||||||
// $top_repliers_data = $sql->db_getList('ALL', false, false, 'user_id');
|
$top_repliers_data = $sql->db_getList('ALL', false, false, 'user_id');
|
||||||
$top_repliers_data = $sql->retrieve($query,true);
|
// $top_repliers_data = $sql->retrieve($query,true);
|
||||||
|
|
||||||
// build top posters meanwhile
|
// build top posters meanwhile
|
||||||
$top_posters = array();
|
$top_posters = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user