|
From: Jon O. <jon...@us...> - 2008-07-10 22:21:17
|
Update of /cvsroot/mxbb/mx_act/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32767 Modified Files: act_functions.php Log Message: Moving load_file to mx_cache... Index: act_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/includes/act_functions.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** act_functions.php 3 Jun 2008 20:06:58 -0000 1.10 --- act_functions.php 10 Jul 2008 22:21:12 -0000 1.11 *************** *** 91,100 **** if( !function_exists('prepare_message') ) { ! mx_page::load_file('functions_post'); } if( !function_exists('make_bbcode_uid') ) { ! mx_page::load_file('bbcode'); } --- 91,100 ---- if( !function_exists('prepare_message') ) { ! mx_cache::load_file('functions_post'); } if( !function_exists('make_bbcode_uid') ) { ! mx_cache::load_file('bbcode'); } |