1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Implemented missing e_db_mysql::resetTableList() method

e_db::resetTableList() is now an interface method (undocumented)
This commit is contained in:
Nick Liu
2019-12-23 17:12:47 +01:00
parent a4ad81dd4c
commit a93165efa5
2 changed files with 12 additions and 0 deletions

View File

@@ -2607,6 +2607,13 @@ class e_db_mysql implements e_db
$this->mySQLtableList = array();
$this->mySQLtableListLanguage = array();
}
/**
* @inheritDoc
*/
public function resetTableList()
{
return $this->db_ResetTableList();
}
/**
* Legacy Alias of tables