|
From: Jon O. <jon...@us...> - 2008-07-13 21:28:45
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31117/admin Modified Files: admin_mx_block_cp.php pagestart.php Log Message: load_file update, to ensure we are using shared files. Index: pagestart.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/pagestart.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** pagestart.php 10 Jul 2008 23:17:13 -0000 1.37 --- pagestart.php 13 Jul 2008 21:28:11 -0000 1.38 *************** *** 25,29 **** if( !function_exists('generate_smilies') ) { ! mx_cache::load_file('functions_post'); } --- 25,29 ---- if( !function_exists('generate_smilies') ) { ! mx_cache::load_file('functions_post', 'phpbb2'); } Index: admin_mx_block_cp.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/admin_mx_block_cp.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** admin_mx_block_cp.php 10 Jul 2008 23:17:13 -0000 1.23 --- admin_mx_block_cp.php 13 Jul 2008 21:28:10 -0000 1.24 *************** *** 28,34 **** if( !function_exists('generate_smilies') ) { ! mx_cache::load_file('functions_post'); } ! mx_cache::load_file('functions_search'); // --- 28,35 ---- if( !function_exists('generate_smilies') ) { ! mx_cache::load_file('functions_post', 'phpbb2'); } ! ! mx_cache::load_file('functions_search', 'phpbb2'); // |