summaryrefslogtreecommitdiffstats
path: root/pbs.sql
diff options
context:
space:
mode:
authormichael pereira2011-04-18 16:33:17 +0200
committermichael pereira2011-04-18 16:33:17 +0200
commitbada6bd9bade4a5cb3b87fed44a2de9a2a599010 (patch)
tree3af1a31a11bdc12528f1cd19e7358f0de385ee7e /pbs.sql
parentAPI-Key bei Membership & BootOS über API fertig (diff)
parentFilterLibrary - Escapen von Argumenten (diff)
downloadpbs2-bada6bd9bade4a5cb3b87fed44a2de9a2a599010.tar.gz
pbs2-bada6bd9bade4a5cb3b87fed44a2de9a2a599010.tar.xz
pbs2-bada6bd9bade4a5cb3b87fed44a2de9a2a599010.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'pbs.sql')
-rw-r--r--pbs.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbs.sql b/pbs.sql
index b2371d9..f8da71f 100644
--- a/pbs.sql
+++ b/pbs.sql
@@ -373,7 +373,7 @@ INSERT INTO `pbs`.`pbs_right` (`rightID`, `rightcategoryID`, `shortcut`, `title`
-- Eigene Personendetails ändern
(NULL, '1', 'peod', 'Edit own profiledetails', NULL),
-- Eigene Personendetails anzeigen
-(NULL, '1', 'psod', 'Show own profiledetails', NULL),
+(NULL, '1', 'psod', 'XXX - Show own profiledetails', NULL),
-- Eigene Identität vom System löschen
(NULL, '1', 'pdo', 'Delete own account', NULL),
-- Person löschen
@@ -402,7 +402,7 @@ INSERT INTO `pbs`.`pbs_right` (`rightID`, `rightcategoryID`, `shortcut`, `title`
-- Gruppe mit allen Untergruppen löschen
(NULL, '2', 'gdlwc', 'Delete group with all child groups', NULL),
-- Gruppenanfragen stellen
-(NULL, '2', 'grm', 'XX - Request membership', NULL),
+(NULL, '2', 'grm', 'XXX - Request membership', NULL),
-- Gruppenanfragen akzeptieren
(NULL, '2', 'gam', 'Accept membership request', NULL),
-- Gruppenanfragen ablehnen