mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Deprecated Function cleanup and PHP Notice removal.
This commit is contained in:
@@ -194,7 +194,7 @@ elseif ($action == 'forums')
|
||||
ORDER BY p.post_datestamp DESC LIMIT {$from}, 10
|
||||
";
|
||||
|
||||
if (!$sql->db_Select_gen($qry))
|
||||
if (!$sql->gen($qry))
|
||||
{
|
||||
$ftext .= "<span class='mediumtext'>".UP_LAN_8.'</span>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user