|
From: Paul S. O. <ps...@us...> - 2002-02-16 20:35:40
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv19891/includes
Modified Files:
constants.php
Log Message:
Further privmsg constant
Index: constants.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/constants.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** constants.php 25 Jan 2002 00:39:16 -0000 1.43
--- constants.php 16 Feb 2002 20:35:36 -0000 1.44
***************
*** 90,93 ****
--- 90,94 ----
define('PRIVMSGS_SAVED_IN_MAIL', 3);
define('PRIVMSGS_SAVED_OUT_MAIL', 4);
+ define('PRIVMSGS_UNREAD_MAIL', 5);
|