summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 12:33:05 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 12:33:05 +0000
commitb7f866432cc3a44e9c62d4ad081f62e3ca791d1c (patch)
tree887ffe53a21019448be0dd197c3c9d01d4194396 /lib
parent0d177e5bfb3ffd531f8904d99758cbc171261cdb (diff)
Added primary key to threads_tags, added documentation, and mods can now hide DB entries
git-svn-id: svn://vndb.org/vndb@60 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib')
-rw-r--r--lib/global.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/global.pl b/lib/global.pl
index a4c0d9ec..abd46b62 100644
--- a/lib/global.pl
+++ b/lib/global.pl
@@ -34,7 +34,7 @@ our %VNDBopts = (
{map{$_,1}qw| hist |}, # 0 - visitor (not logged in)
{map{$_,1}qw| hist |}, # 1 - loser
{map{$_,1}qw| hist board edit |}, # 2 - user
- {map{$_,1}qw| hist board boardmod edit mod lock |}, # 3 - mod
+ {map{$_,1}qw| hist board boardmod edit mod lock del |}, # 3 - mod
{map{$_,1}qw| hist board boardmod edit mod lock del userlist useredit |}, # 4 - admin
],
postsperpage => 25,