//fixed bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17362 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-09-13 18:44:53 +00:00
parent 1baf154332
commit 84341c7505
@@ -317,14 +317,6 @@ $clean_tabs_15 = array(
//==== functions =====/
function get_tab_id($class_name)
{
static $cache = array();
if (!isset($cache[$class_name]))
$cache[$class_name] = (int)Db::getInstance()->getValue('SELECT id_tab FROM '._DB_PREFIX_.'tab WHERE `class_name` = \''.pSQL($class_name).'\'');
return $cache[$class_name];
}
function get_simple_clean_tab15($clean_tabs_15)
{