Explorar el 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 hace 14 años
padre
commit
76aab04639
Se han modificado 1 ficheros con 1 adiciones y 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()