mirror of
https://github.com/e107inc/e107.git
synced 2025-04-30 09:18:09 +02:00
replaced deprecated db_Fetch() with fetch()
This commit is contained in:
parent
ae5a72b87f
commit
a3ef092258
@ -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'];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user