// Deprecate function
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13436 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1469,9 +1469,11 @@ class ProductCore extends ObjectModel
|
||||
* @param integer $id_product_attribute Product attribute id
|
||||
* @param array $attributes Attributes to forge combinaison
|
||||
* @return array Insertion result
|
||||
* @deprecated since 1.5.0.7
|
||||
*/
|
||||
public function addAttributeCombinaison($id_product_attribute, $attributes)
|
||||
{
|
||||
Tools::displayAsDeprecated();
|
||||
if (!is_array($attributes))
|
||||
die(Tools::displayError());
|
||||
if (!count($attributes))
|
||||
|
||||
Reference in New Issue
Block a user