mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Issue #4283 - Update deprecated sql method usage. Removed old code.
This commit is contained in:
2
top.php
2
top.php
@@ -153,7 +153,7 @@ if ($action == 'top')
|
||||
WHERE ue.user_plugin_forum_posts > 0
|
||||
ORDER BY ue.user_plugin_forum_posts DESC LIMIT {$from}, {$view}
|
||||
";
|
||||
// $top_forum_posters = $sql->db_Select("user", "*", "`user_forums` > 0 ORDER BY user_forums DESC LIMIT ".$from.", ".$view."");
|
||||
|
||||
$text = "
|
||||
<div>
|
||||
<table style='width:95%' class='table table-striped fborder'>
|
||||
|
Reference in New Issue
Block a user