// remove 1.4 deprecated functions

This commit is contained in:
tDidierjean
2011-07-27 09:51:43 +00:00
parent 55ee922b16
commit 21017fb5d8
22 changed files with 5 additions and 1088 deletions
-12
View File
@@ -542,18 +542,6 @@ class CategoryCore extends ObjectModel
return Product::getProductsProperties($id_lang, $result);
}
/**
* Hide category prefix used for position
*
* @param string $name Category name
* @return string Name without position
*/
static public function hideCategoryPosition($name)
{
Tools::displayAsDeprecated();
return preg_replace('/^[0-9]+\./', '', $name);
}
/**
* Return main categories
*