|
From: Jon O. <jon...@us...> - 2008-02-16 00:14:41
|
Update of /cvsroot/mxbb/mx_news/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10647/mx_news Modified Files: mx_news_common.php Log Message: more of the same... Index: mx_news_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/mx_news/mx_news_common.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_news_common.php 8 Feb 2008 21:57:47 -0000 1.1 --- mx_news_common.php 16 Feb 2008 00:14:04 -0000 1.2 *************** *** 81,84 **** --- 81,89 ---- include_once( $module_root_path . 'mx_news/includes/functions_mx_news.' . $phpEx ); + // + // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) + // + include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); + // =================================================== // Load classes |