|
From: Florin C B. <ory...@us...> - 2012-10-25 12:58:56
|
Update of /cvsroot/mxbb/mx_forum/includes In directory vz-cvs-4.sog:/tmp/cvs-serv5735 Modified Files: forum_constants.php Log Message: constants Index: forum_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_forum/includes/forum_constants.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** forum_constants.php 6 Mar 2005 01:12:18 -0000 1.7 --- forum_constants.php 25 Oct 2012 12:58:54 -0000 1.8 *************** *** 33,37 **** $images['printer'] = "$current_template_images/printer.gif"; ! define( 'POST_ADD_TYPE', 20 ); define( 'TOPIC_ADD_TYPE_TABLE', $mx_table_prefix . 'topic_add_type' ); --- 33,37 ---- $images['printer'] = "$current_template_images/printer.gif"; ! define( 'PAGE_FORUM', -70 ); define( 'POST_ADD_TYPE', 20 ); define( 'TOPIC_ADD_TYPE_TABLE', $mx_table_prefix . 'topic_add_type' ); |