mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +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))
|
if ($sql->gen($qry))
|
||||||
{
|
{
|
||||||
$ret = array();
|
$ret = array();
|
||||||
while($row = $sql -> db_Fetch())
|
while($row = $sql -> fetch())
|
||||||
{
|
{
|
||||||
$list[$row['uid']] = $row['count'];
|
$list[$row['uid']] = $row['count'];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user