diff --git a/e107_plugins/forum/forum_stats.php b/e107_plugins/forum/forum_stats.php index 31cb1235b..2a43b099d 100644 --- a/e107_plugins/forum/forum_stats.php +++ b/e107_plugins/forum/forum_stats.php @@ -127,8 +127,8 @@ class forumStats ORDER BY post_count DESC LIMIT 0,10"; $sql->gen($query); - // $top_repliers_data = $sql->db_getList('ALL', false, false, 'user_id'); - $top_repliers_data = $sql->retrieve($query,true); + $top_repliers_data = $sql->db_getList('ALL', false, false, 'user_id'); +// $top_repliers_data = $sql->retrieve($query,true); // build top posters meanwhile $top_posters = array(); @@ -671,4 +671,4 @@ $frmStats = new forumStats; require_once(HEADERF); $frmStats->init(); -require_once(FOOTERF); \ No newline at end of file +require_once(FOOTERF);