mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 09:04:19 +01:00
Cosmetic: changed the name of views (removed the underscore prefix)
SVN:trunk[741]
This commit is contained in:
@@ -423,7 +423,7 @@ abstract class MetaModel
|
||||
|
||||
final static public function DBGetView($sClass)
|
||||
{
|
||||
return self::$m_sTablePrefix."_view_".$sClass;
|
||||
return self::$m_sTablePrefix."view_".$sClass;
|
||||
}
|
||||
|
||||
final static protected function DBEnumTables()
|
||||
|
||||
Reference in New Issue
Block a user