|
From: Jon O. <jon...@us...> - 2008-02-17 19:19:53
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25310 Modified Files: bugsbt_common.php Log Message: Update to custom module default style Index: bugsbt_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/bugsbt_common.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bugsbt_common.php 16 Feb 2008 00:12:19 -0000 1.5 --- bugsbt_common.php 17 Feb 2008 19:19:48 -0000 1.6 *************** *** 86,90 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); // =================================================== --- 86,90 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); // =================================================== |