|
From: Jon O. <jon...@us...> - 2008-07-10 22:22:31
|
Update of /cvsroot/mxbb/mx_linkdb In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1050 Modified Files: linkdb.php Log Message: Moving load_file to mx_cache... Index: linkdb.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** linkdb.php 15 Jun 2008 21:04:20 -0000 1.18 --- linkdb.php 10 Jul 2008 22:22:28 -0000 1.19 *************** *** 60,67 **** $tplEx = 'tpl'; ! mx_page::load_file('bbcode', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/bbcode.' . $phpEx ); ! mx_page::load_file('functions_post', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_post.' . $phpEx ); // Start session management --- 60,65 ---- $tplEx = 'tpl'; ! mx_cache::load_file('bbcode', 'phpbb2'); ! mx_cache::load_file('functions_post', 'phpbb2'); // Start session management |