mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +02:00
replaced deprecated db_Fetch() with fetch()
This commit is contained in:
@@ -67,7 +67,7 @@ if (isset($_POST['recalculate']))
|
||||
if ($sql->gen($qry))
|
||||
{
|
||||
$ret = array();
|
||||
while($row = $sql -> db_Fetch())
|
||||
while($row = $sql -> fetch())
|
||||
{
|
||||
$list[$row['uid']] = $row['count'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user