@@verze 2 @@sql CREATE TABLE `mod_intranet_klient` ( `id` int(11) NOT NULL auto_increment, `nazev` text, `ipopis` text, `telefon` text, `email` text, `sidlo` text, `provozovna` text, `ico` text, `dic` text, `banka` text, `rejstrik` text, `fnazev` text, `fadresa` text, `fico` text, `poznamka` text, `vlastnik` int(11) default NULL, www text, PRIMARY KEY (`id`) ) CREATE TABLE `mod_intranet_klient_osoba` ( `id` int(11) NOT NULL auto_increment, `master` int(11) default NULL, `jmeno` text, `email` text, `telefon` text, `funkce` text, `im` text, `skype` text, `poznamka` text, `adresar` int(11) default NULL, PRIMARY KEY (`id`) ) @@conf+:intranet_conf.php $plugin_modul[]="klienti";