mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Code cleanup and optimization
This commit is contained in:
@@ -1136,7 +1136,7 @@ class db_verify
|
||||
function getSqlLanguages()
|
||||
{
|
||||
$sql = e107::getDb();
|
||||
$list = $sql->db_TableList('lan');
|
||||
$list = $sql->tables('lan');
|
||||
|
||||
$array = array();
|
||||
|
||||
|
Reference in New Issue
Block a user