// Remove $this->table and $this->identifier from objectModels + normalize

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11076 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-09 14:05:24 +00:00
parent dc9fb17b01
commit d0c1239c17
20 changed files with 124 additions and 115 deletions
+1 -1
View File
@@ -526,7 +526,7 @@ class AddressFormatCore extends ObjectModel
{
$result = Db::getInstance()->getRow('
SELECT format
FROM `'._DB_PREFIX_.$this->table.'`
FROM `'._DB_PREFIX_.$this->def['table'].'`
WHERE `id_country` = '.(int)($id_country));
return isset($result['format']) ? trim($result['format']) : '';