|
From: Sven <bra...@us...> - 2005-01-07 12:15:58
|
Update of /cvsroot/osbb/osbb/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17480 Modified Files: constants.php Log Message: Added two constants (THREAD_IMPORTANT/ANNOUNCEMENT) Index: constants.php =================================================================== RCS file: /cvsroot/osbb/osbb/lib/constants.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** constants.php 2 Jan 2005 13:30:36 -0000 1.2 --- constants.php 7 Jan 2005 12:15:44 -0000 1.3 *************** *** 95,97 **** --- 95,101 ---- define('MOD_UNDELETE',6); define('MOD_MOVE',7); + + //thread status + define('THREAD_IMPORTANT',1); + define('THREAD_ANNOUNCEMENT',2); ?> |