[+] Project : Possibility to enable or disable tabs

This commit is contained in:
jBreux
2011-12-22 11:02:55 +00:00
parent 3cd6687494
commit 89a18fa0a6
7 changed files with 61 additions and 8 deletions
+1
View File
@@ -1652,6 +1652,7 @@ CREATE TABLE `PREFIX_tab` (
`class_name` varchar(64) NOT NULL,
`module` varchar(64) NULL,
`position` int(10) unsigned NOT NULL,
`active` tinyint(1) NOT NULL DEFAULT 1,
PRIMARY KEY (`id_tab`),
KEY `class_name` (`class_name`),
KEY `id_parent` (`id_parent`)