|
From: Florin C B. <ory...@us...> - 2013-04-17 03:09:55
|
Update of /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11198/includes Modified Files: phpbb3blocks_constants.php Log Message: updating phpBB3 announce Index: phpbb3blocks_constants.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_phpbb3blocks/includes/phpbb3blocks_constants.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** phpbb3blocks_constants.php 12 Feb 2008 11:01:41 -0000 1.3 --- phpbb3blocks_constants.php 17 Apr 2013 03:09:53 -0000 1.4 *************** *** 48,50 **** --- 48,52 ---- !defined('POST_ANNOUNCE') ? define('POST_ANNOUNCE', 2) : false; !defined('POST_GLOBAL') ? define('POST_GLOBAL', 3) : false; + !defined('POST_GLOBAL_ANNOUNCE') ? define('POST_GLOBAL_ANNOUNCE', 3) : false; + !defined('POST_NEWS') ? define('POST_NEWS', 4) : false; ?> \ No newline at end of file |