Forum » » Bugs, Probs ... » » [Résolu] - bug affichage install module
Posté : 3 nov. 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
https://www.npds.org/viewtopic.php?topic=23958&forum=1