|
From: Jon O. <jon...@us...> - 2008-07-10 22:22:01
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv450 Modified Files: cal_functions.php Log Message: Moving load_file to mx_cache... Index: cal_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_functions.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** cal_functions.php 3 Jun 2008 20:07:10 -0000 1.13 --- cal_functions.php 10 Jul 2008 22:21:58 -0000 1.14 *************** *** 237,241 **** if( !function_exists('generate_smilies') ) { ! mx_page::load_file('functions_post'); } --- 237,241 ---- if( !function_exists('generate_smilies') ) { ! mx_cache::load_file('functions_post'); } *************** *** 416,420 **** if( !function_exists('generate_smilies') ) { ! mx_page::load_file('functions_post'); } --- 416,420 ---- if( !function_exists('generate_smilies') ) { ! mx_cache::load_file('functions_post'); } *************** *** 603,612 **** if( !function_exists('prepare_message') ) { ! mx_page::load_file('functions_post'); } if( !function_exists('make_bbcode_uid') ) { ! mx_page::load_file('bbcode'); } --- 603,612 ---- if( !function_exists('prepare_message') ) { ! mx_cache::load_file('functions_post'); } if( !function_exists('make_bbcode_uid') ) { ! mx_cache::load_file('bbcode'); } |