1
0
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:
Lóna Lore 2015-02-20 10:30:07 +01:00
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'];
}