mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 21:02:09 +02:00
Deprecated function cleanup
This commit is contained in:
@@ -3435,7 +3435,7 @@ class e_admin_controller_ui extends e_admin_controller
|
||||
|
||||
// Make query
|
||||
$sql = e107::getDb();
|
||||
if($qry && $sql->db_Select_gen($qry, $debug))
|
||||
if($qry && $sql->gen($qry, $debug))
|
||||
{
|
||||
while ($res = $sql->db_Fetch())
|
||||
{
|
||||
|
Reference in New Issue
Block a user