2
0
forked from Wavyzz/dolibarr

Qual: Simplify code for menu handlers

This commit is contained in:
Laurent Destailleur
2008-05-01 19:39:25 +00:00
parent 262688961d
commit d4c98d59ca
9 changed files with 208 additions and 172 deletions

View File

@@ -23,9 +23,6 @@ CREATE TABLE `llx_menu_const` (
`rowid` int(11) NOT NULL auto_increment,
`fk_menu` int(11) NOT NULL,
`fk_constraint` int(11) NOT NULL,
`user` tinyint(4) NOT NULL default '2',
PRIMARY KEY (`rowid`),
KEY `fk_menu` (`fk_menu`),
KEY `fk_constraint` (`fk_constraint`)
PRIMARY KEY (`rowid`)
) type=innodb;