[-] BO : fix bug #PSCFV-2239 - js error on product page on IIS + PHP5.4

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15135 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-09 16:50:05 +00:00
parent 11a35a0755
commit ca3c567eca
3 changed files with 5 additions and 6 deletions
@@ -83,7 +83,6 @@
var token = '{$token}';
var id_product = {if isset($product->id)}{$product->id}{else}0{/if};
var defaultLanguage = {$defaultLanguage};
var product_type_pack = {Product::PTYPE_PACK};
var product_type_virtual = {Product::PTYPE_VIRTUAL};
var product_type_simple = {Product::PTYPE_SIMPLE};