@@verze 3 @@sql alter table `mod_eshop_kupon` add nastaveni text; @@conf+:eshop_conf.php $povolit_kupony_vylepsene2=true; @@reflection if (!isset($moduly["eshop"])) return "nelze"; eval(nactinastavenimodulu("eshop")); if (!isset($povolit_kupony_vylepsene) or !$povolit_kupony_vylepsene) return "nelze"; if (isset($povolit_kupony_vylepsene2) and $povolit_kupony_vylepsene2) return "ano"; return "ne";