summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-02-15 11:43:07 +0100
committerYorhel <git@yorhel.nl>2009-02-15 11:43:07 +0100
commit678b6c3089cd4372ca9e4bd48e629d46a6549c1a (patch)
tree86b91981705bed225005ca9b567d13b7042f6a36 /data
parente79211c11fa51e6978a74f6fbf0bba68a33a4f4b (diff)
Basic adding and editing of tags
Diffstat (limited to 'data')
-rw-r--r--data/global.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/global.pl b/data/global.pl
index 2bb84e08..032ff8b7 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -26,12 +26,12 @@ our %S = (%S,
sharedmem_key => 'VNDB',
user_ranks => [
# rankname allowed actions # DB number
- [qw| visitor hist |], # 0
- [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
+ [qw| visitor hist |], # 0
+ [qw| banned hist |], # 1
+ [qw| loser hist board |], # 2
+ [qw| user hist board edit tagmod |], # 3
+ [qw| mod hist board boardmod edit mod lock del tagmod |], # 4
+ [qw| admin hist board boardmod edit mod lock del tagmod usermod |], # 5
],
languages => {
cs => q|Czech|,