Follow-up Comment #2, bug #2231 (project glpi):
if(!TableExists("glpi_cartridges")) {
$query= "CREATE TABLE `glpi_cartridges` (
`ID` int(11) NOT NULL auto_increment,
`FK_glpi_cartridges_type` int(11) NOT NULL default '0',
`FK_glpi_printers` int(11) NOT NULL default '0',
`date_in` date default NULL,
`date_use` date default NULL,
`date_out` date default NULL,
`pages` int(11) NOT NULL default '0',
PRIMARY KEY (`ID`),
KEY(`FK_glpi_cartridges_type`),
KEY(`FK_glpi_printers`), <<<---- ERREUR
);";
Il y a une virgule en trop avant la dernière parenthese fermante.... (Dans
RC2)
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?func=detailitem&item_id=2231>
_______________________________________________
Message posté via/par Gna!
http://gna.org/