Explorar o código

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@741 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=14) %!d(string=hai) anos
pai
achega
76aab04639
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/metamodel.class.php

+ 1 - 1
core/metamodel.class.php

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