// Removed useless method #PSCFV-4538

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17626 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-10-01 07:41:46 +00:00
parent b7a507464a
commit 733a99e781
-5
View File
@@ -66,11 +66,6 @@ class EditorialClass extends ObjectModel
)
);
public function add($autodate = true, $null_values = false)
{
return parent::add($autodate, $null_values);
}
static public function getByIdShop($id_shop)
{
$id = Db::getInstance()->getValue('SELECT `id_editorial` FROM `'._DB_PREFIX_.'editorial` WHERE `id_shop` ='.(int)$id_shop);