XML Modelization of the relations: fixed a bug in the compiler and transformed the datamodel files (2.x) into the latest 1.2 format

SVN:trunk[3521]
This commit is contained in:
Romain Quetiez
2015-03-30 08:24:45 +00:00
parent 2ba3ab3057
commit e210996839
19 changed files with 317 additions and 835 deletions

View File

@@ -1461,7 +1461,7 @@ EOF;
$sMethods .= "\t\t\treturn array_merge(\$aRels, parent::GetRelationQueriesEx(\$sRelCode));\n\n";
}
$sMethods .= "\t\tdefault:\n";
$sMethods .= "\t\t\treturn parent::GetRelationQueries(\$sRelCode);\n";
$sMethods .= "\t\t\treturn parent::GetRelationQueriesEx(\$sRelCode);\n";
$sMethods .= "\t\t}\n";
$sMethods .= "\t}\n";
}