|
From: Bart v. B. <ba...@us...> - 2001-12-24 14:25:21
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv25436
Modified Files:
upgrade.php
Log Message:
Fixed problem with conversion of privmsgs and permissions of forums
Index: upgrade.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/upgrade.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** upgrade.php 2001/12/13 19:40:00 1.7
--- upgrade.php 2001/12/24 14:25:17 1.8
***************
*** 883,887 ****
{
// Private message has been read
! $row['msg_status'] = PRIVMSGS_SAVED_IN_MAIL;
}
else
--- 883,887 ----
{
// Private message has been read
! $row['msg_status'] = PRIVMSGS_READ_MAIL;
}
else
***************
*** 1158,1161 ****
--- 1158,1162 ----
auth_read = $auth_read,
auth_post = $auth_post,
+ auth_reply = $auth_reply,
auth_edit = $auth_edit,
auth_delete = $auth_delete,
|