// Removed useless method #PSCFV-4538

This commit is contained in:
dMetzger
2012-10-01 07:41:46 +00:00
parent 2d3035b255
commit 97d76d272c

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);