Fixed problem with conversion of privmsgs and permissions of forums

git-svn-id: file:///svn/phpbb/trunk@1695 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2001-12-24 14:25:17 +00:00
parent ccb3b51048
commit d4039c39a6

View file

@ -882,7 +882,7 @@ if(isset($next))
if($row['msg_status'] == 1)
{
// Private message has been read
$row['msg_status'] = PRIVMSGS_SAVED_IN_MAIL;
$row['msg_status'] = PRIVMSGS_READ_MAIL;
}
else
{
@ -1157,6 +1157,7 @@ if(isset($next))
auth_view = $auth_view,
auth_read = $auth_read,
auth_post = $auth_post,
auth_reply = $auth_reply,
auth_edit = $auth_edit,
auth_delete = $auth_delete,
auth_vote = $auth_vote,