|
From: Paul S. O. <ps...@us...> - 2001-12-24 13:03:30
|
Update of /cvsroot/phpbb/phpBB2/includes In directory usw-pr-cvs1:/tmp/cvs-serv11878/includes Modified Files: constants.php Log Message: Added URL constant for categories Index: constants.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/includes/constants.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** constants.php 2001/11/09 13:26:55 1.40 --- constants.php 2001/12/24 13:03:27 1.41 *************** *** 92,100 **** // URL PARAMETERS define(POST_TOPIC_URL, 't'); define(POST_FORUM_URL, 'f'); define(POST_USERS_URL, 'u'); define(POST_POST_URL, 'p'); define(POST_GROUPS_URL, 'g'); - // Session parameters --- 92,100 ---- // URL PARAMETERS define(POST_TOPIC_URL, 't'); + define(POST_CAT_URL, 'c'); define(POST_FORUM_URL, 'f'); define(POST_USERS_URL, 'u'); define(POST_POST_URL, 'p'); define(POST_GROUPS_URL, 'g'); // Session parameters |