Legalese update and bugfixes

This commit is contained in:
genuineparts 2025-06-04 10:36:52 +02:00
parent d032d1e427
commit fe90a14a57
6 changed files with 11 additions and 12 deletions

View file

@ -28,7 +28,6 @@ class module_text extends admin_module{
`menue` int(11) NOT NULL default '0',
`title` varchar(80) NOT NULL default '',
`url` varchar(120) NOT NULL,
`rightnavi` enum('false','true') NOT NULL,
`active` enum('true','false') NOT NULL,
PRIMARY KEY (`id`),
KEY `author` (`author`),