@@verze 3 @@sql CREATE TABLE `mod_eshop_favorites` ( `iduser` int(11) NOT NULL, `idproduct` int(11) NOT NULL, `added` int(11) NOT NULL, PRIMARY KEY (`iduser`,`idproduct`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci; @@conf+:eshop_conf.php $povolit_favorites=true; @@reflection if (!isset($moduly["eshop"])) return "nelze"; eval(nactinastavenimodulu("eshop")); if (isset($povolit_favorites) and $povolit_favorites) return "ano"; return "ne";