mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
The new 2.0 setup is under way... (added backup + file copy + sample data + admin language)
SVN:trunk[2187]
This commit is contained in:
@@ -1398,6 +1398,7 @@ class Config
|
||||
$sDBName = $aParamValues['db_name'];
|
||||
if ($sDBName == '')
|
||||
{
|
||||
// Todo - obsolete after the transition to the new setup (2.0) is complete (WARNING: used by the designer)
|
||||
$sDBName = $aParamValues['new_db_name'];
|
||||
}
|
||||
$this->SetDBName($sDBName);
|
||||
|
||||
@@ -647,7 +647,7 @@ abstract class MetaModel
|
||||
return self::$m_sTablePrefix."view_".$sClass;
|
||||
}
|
||||
|
||||
final static protected function DBEnumTables()
|
||||
final static public function DBEnumTables()
|
||||
{
|
||||
// This API does not rely on our capability to query the DB and retrieve
|
||||
// the list of existing tables
|
||||
|
||||
Reference in New Issue
Block a user