mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
MySQL: Refactored 'db_Table_exists' to 'isTable' method. (BC compatible) and removed use of pref global.
This commit is contained in:
@@ -615,7 +615,7 @@ class db_table_admin
|
||||
$debugLevel = E107_DBG_SQLDETAILS;
|
||||
|
||||
$tableName = $newStructure[1];
|
||||
if (!$sql->db_Table_exists($tableName))
|
||||
if (!$sql->isTable($tableName))
|
||||
{
|
||||
if ($makeNewifNotExist === FALSE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user