
Forum » » Bugs, Probs ... » » [Résolu] - bug affichage install module
Posté : 03-11-2008 11:35 
DROP TABLE IF EXISTS `modules`;
CREATE TABLE `modules` (
`mid` int(10) NOT NULL auto_increment,
`mnom` varchar(255) NOT NULL default '',
`minstall` int(1) NOT NULL default '0',
PRIMARY KEY (`mid`),
KEY `mnom` (`mnom`)
);
Cet article provient de NPDS REvolution 16
https://lab.grottes-et-karsts-de-chine.org/viewtopic.php?topic=23958&forum=1