summaryrefslogtreecommitdiffstats
path: root/pbs.sql
diff options
context:
space:
mode:
authorSimon2011-04-05 16:54:12 +0200
committerSimon2011-04-05 16:54:12 +0200
commit753002e3a7f56eb0e797b3871aca8b4cc57be731 (patch)
treeb2eabdd1ba5cb33be6c2ada795ff53a7acfdcc7e /pbs.sql
parentNeue Rechte für Übersicht von Rollen, Layout an Rechte angepasst (diff)
downloadpbs2-753002e3a7f56eb0e797b3871aca8b4cc57be731.tar.gz
pbs2-753002e3a7f56eb0e797b3871aca8b4cc57be731.tar.xz
pbs2-753002e3a7f56eb0e797b3871aca8b4cc57be731.zip
pbs.sql fix
Diffstat (limited to 'pbs.sql')
-rw-r--r--pbs.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbs.sql b/pbs.sql
index 522fba1..aee53e1 100644
--- a/pbs.sql
+++ b/pbs.sql
@@ -356,7 +356,7 @@ INSERT INTO `pbs_rightcategory` (`rightcategoryID`, `title`) VALUES
(8, 'BootMenu'),
(9, 'Client'),
(10, 'Pool'),
-(11, 'Filter');
+(11, 'Filter'),
(12, 'Session');
-- Insert rights
@@ -552,11 +552,11 @@ INSERT INTO `pbs`.`pbs_right` (`rightID`, `rightcategoryID`, `shortcut`, `title`
-- FilterEinträge editieren
(NULL, '11', 'ffe', 'Edit Filterentry of a Filter', NULL),
-- FilterEinträge löschen
-(NULL, '11', 'ffd', 'Delete Filterentry of a Filter', NULL);
+(NULL, '11', 'ffd', 'Delete Filterentry of a Filter', NULL),
-- Session
-- Session Übersicht ansehen
-(NULL, '12', 'so', 'Show overview of Session', NULL),
+(NULL, '12', 'so', 'Show overview of Session', NULL);
-- Adding Super-User
INSERT INTO `pbs`.`pbs_group` (`groupID` ,`title` ,`description`)VALUES