HOR-180

HOR-180
This commit is contained in:
Paula V. Quispe
2016-03-01 19:12:13 -04:00
parent 5767eb6c8b
commit 640f1b718d
4 changed files with 529 additions and 417 deletions

View File

@@ -311,7 +311,7 @@ class AdditionalTables extends BaseAdditionalTables
$pmTable->remove();
}
public function getPHPName($sName)
public static function getPHPName($sName)
{
$sName = trim($sName);
$aAux = explode('_', $sName);