1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Deprecated function cleanup

This commit is contained in:
Cameron
2016-02-15 00:14:45 -08:00
parent a673206da5
commit a469b7ca6e
18 changed files with 43 additions and 42 deletions

View File

@@ -422,7 +422,7 @@ elseif ($action == 'comment')
AND n.news_allow_comments=0";
}
if (!$sql->db_Select_gen($query))
if (!$sql->gen($query))
{
e107::redirect();
exit;