|
From: Jon O. <jon...@us...> - 2008-02-16 00:13:22
|
Update of /cvsroot/mxbb/mx_kb/kb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10205 Modified Files: kb_common.php Log Message: fix Index: kb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_kb/kb/kb_common.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** kb_common.php 15 Feb 2008 23:03:59 -0000 1.10 --- kb_common.php 16 Feb 2008 00:12:47 -0000 1.11 *************** *** 82,85 **** --- 82,90 ---- include_once( $module_root_path . 'kb/includes/functions_kb.' . $phpEx ); + // + // Load a wrapper for common phpBB2 functions + // + include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); + // ********************************************************************** // If phpBB mod read language definition |