|
From: Jon O. <jon...@us...> - 2008-02-17 19:21:14
|
Update of /cvsroot/mxbb/mx_simpledoc/simpledoc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26232 Modified Files: simpledoc_common.php Log Message: Update to custom module default style Index: simpledoc_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_simpledoc/simpledoc/simpledoc_common.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** simpledoc_common.php 16 Feb 2008 00:14:32 -0000 1.8 --- simpledoc_common.php 17 Feb 2008 19:21:10 -0000 1.9 *************** *** 27,31 **** // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); $mx_simpledoc = new mx_simpledoc_public(); --- 27,31 ---- // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) // ! include_once( $mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx ); $mx_simpledoc = new mx_simpledoc_public(); |