|
From: Jon O. <jon...@us...> - 2008-02-16 00:13:34
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10600 Modified Files: linkdb_common.php Log Message: fix Index: linkdb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/linkdb_common.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** linkdb_common.php 15 Feb 2008 23:03:24 -0000 1.6 --- linkdb_common.php 16 Feb 2008 00:13:11 -0000 1.7 *************** *** 81,84 **** --- 81,89 ---- include_once( $module_root_path . 'linkdb/includes/functions_linkdb.' . $phpEx ); + // + // Load a wrapper for common phpBB2 functions (compatibility with core 2.8.x) + // + include_once( $mx_root_path . 'includes/shared/phpbb2/functions.' . $phpEx ); + // ********************************************************************** // If phpBB mod read language definition |