From d4039c39a62fcd89408961495f955e425a9aab4f Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Mon, 24 Dec 2001 14:25:17 +0000 Subject: [PATCH] Fixed problem with conversion of privmsgs and permissions of forums git-svn-id: file:///svn/phpbb/trunk@1695 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/upgrade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/upgrade.php b/phpBB/upgrade.php index 6b6717b80c..2dd7a1fa8b 100644 --- a/phpBB/upgrade.php +++ b/phpBB/upgrade.php @@ -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,