Cosmetic: changed the name of views (removed the underscore prefix)

SVN:trunk[741]
This commit is contained in:
Romain Quetiez
2010-09-02 05:54:38 +00:00
parent 2a3bddf454
commit a36f50d490

View File

@@ -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()