summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-07 15:10:25 +0100
committerYorhel <git@yorhel.nl>2008-12-07 15:10:25 +0100
commit40797ed315c9d58f9d5042c02ef165dceb944610 (patch)
tree958f6de6d83e681c36e9c9faf4f2c5fbde31b160 /data
parentaaa0cf49ce27ff453dfd648e193597198c86372f (diff)
Added extra user rank for people who can't edit but can post on the discussion board
Diffstat (limited to 'data')
-rw-r--r--data/global.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/data/global.pl b/data/global.pl
index b1a2e98c..b6c83063 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -24,10 +24,11 @@ our %S = (
user_ranks => [
# rankname allowed actions # DB number
[qw| visitor hist |], # 0
- [qw| loser hist |], # 1
- [qw| user hist board edit |], # 2
- [qw| mod hist board boardmod edit mod lock del |], # 3
- [qw| admin hist board boardmod edit mod lock del usermod |], # 4
+ [qw| banned hist |], # 1
+ [qw| loser hist board |], # 2
+ [qw| user hist board edit |], # 3
+ [qw| mod hist board boardmod edit mod lock del |], # 4
+ [qw| admin hist board boardmod edit mod lock del usermod |], # 5
],
languages => {
cs => q|Czech|,