|
From: Jon O. <jon...@us...> - 2007-07-12 22:45:12
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28554 Modified Files: bugsbt__tab-index.php Log Message: O yea, finally commenting is activated Also, a bunch of general updates/fixes Index: bugsbt__tab-index.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs/bugsbt__tab-index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt__tab-index.php 5 May 2007 20:18:19 -0000 1.2 --- bugsbt__tab-index.php 12 Jul 2007 22:44:59 -0000 1.3 *************** *** 14,18 **** $phpEx = substr(strrchr(__FILE__, '.'), 1); - include($mx_root_path . 'common.' . $phpEx); --- 14,17 ---- *************** *** 118,121 **** --- 117,121 ---- 'product' => 'product', 'post' => 'post', + 'post_comment' => 'post_comment', 'add' => 'post', 'edit' => 'post', |