|
From: OryNider <ory...@us...> - 2008-03-08 15:32:43
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25414/linkdb Modified Files: Tag: core28x linkdb_common.php Log Message: update for new mx_mod 2.8.2 Index: linkdb_common.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/linkdb_common.php,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -C2 -d -r1.5.2.1 -r1.5.2.2 *** linkdb_common.php 28 Jan 2008 03:08:25 -0000 1.5.2.1 --- linkdb_common.php 8 Mar 2008 15:32:38 -0000 1.5.2.2 *************** *** 84,91 **** } // ********************************************************************** // If phpBB mod read language definition // ********************************************************************** - if ( !MXBB_MODULE ) { --- 84,91 ---- } + /* // ********************************************************************** // If phpBB mod read language definition // ********************************************************************** if ( !MXBB_MODULE ) { *************** *** 191,194 **** --- 191,195 ---- } } + */ include_once( $module_root_path . 'linkdb/includes/functions.' . $phpEx ); |