1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...

Note: please merge your attachment tables (develop dir).


git-svn-id: file:///svn/phpbb/trunk@4637 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-11-04 22:05:38 +00:00
parent 88f814a5c5
commit cd70db7976
17 changed files with 202 additions and 284 deletions

View File

@@ -425,7 +425,7 @@ $lang += array(
'acl_f_reply' => 'Can reply to posts',
'acl_f_quote' => 'Can quote posts',
'acl_f_edit' => 'Can edit own posts',
'acl_f_lock' => 'Can lock own topics',
'acl_f_user_lock' => 'Can lock own topics',
'acl_f_delete' => 'Can delete own posts',
'acl_f_poll' => 'Can create polls',
'acl_f_vote' => 'Can vote in polls',
@@ -448,6 +448,8 @@ $lang += array(
'acl_f_ignoreflood' => 'Can ignore flood limit',
'acl_f_postcount' => 'Increment post counter',
'acl_f_moderate' => 'Posts are moderated',
'acl_f_bump' => 'Can bump topics',
'acl_f_subscribe' => 'Can subscribe forum',
'acl_u_hideonline' => 'Can hide online status',
'acl_u_viewonline' => 'Can view all online',
@@ -463,7 +465,9 @@ $lang += array(
'acl_u_chgpasswd' => 'Can change password',
'acl_u_chgcensors' => 'Can disable word censors',
'acl_u_search' => 'Can search board',
'acl_u_savedrafts' => 'Can save drafts'
'acl_u_savedrafts' => 'Can save drafts',
'acl_u_download' => 'Can download files',
'acl_u_attach' => 'Can attach files'
);
// User pruning