Rollback of the modification: For forward compatibility... It was already implemented !

SVN:1.2[1907]
This commit is contained in:
Denis Flaven
2012-03-21 10:28:45 +00:00
parent 4ed85c23de
commit bc62c06894

View File

@@ -4114,7 +4114,6 @@ if (!array_key_exists($sAttCode, self::$m_aAttribDefs[$sClass]))
public static function Startup($sConfigFile, $bModelOnly = false, $bAllowCache = true, $bTraceSourceFiles = false)
{
define('MODULESROOT', APPROOT.'modules/');
self::$m_bTraceSourceFiles = $bTraceSourceFiles;
self::LoadConfig($sConfigFile, $bAllowCache);
@@ -4813,4 +4812,4 @@ MetaModel::RegisterZList("preview", array("description"=>"All attributes visible
MetaModel::RegisterZList("standard_search", array("description"=>"List of criteria for the standard search", "type"=>"filters"));
MetaModel::RegisterZList("advanced_search", array("description"=>"List of criteria for the advanced search", "type"=>"filters"));
?>
?>