From 753002e3a7f56eb0e797b3871aca8b4cc57be731 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 5 Apr 2011 16:54:12 +0200 Subject: pbs.sql fix --- pbs.sql | 6 +++--- 1 file 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 -- cgit v1.2.3-55-g7522