|
From: Jon O. <jon...@us...> - 2008-07-10 22:24:49
|
Update of /cvsroot/mxbb/mx_import_tools/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2313 Modified Files: functions_mod_user.php Log Message: Moving load_file to mx_cache... Index: functions_mod_user.php =================================================================== RCS file: /cvsroot/mxbb/mx_import_tools/includes/functions_mod_user.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** functions_mod_user.php 22 Feb 2008 23:09:09 -0000 1.9 --- functions_mod_user.php 10 Jul 2008 22:24:40 -0000 1.10 *************** *** 17,31 **** if( !function_exists('validate_username') ) { ! mx_page::load_file('functions_validate'); } if( !function_exists('prepare_message') ) { ! mx_page::load_file('functions_post'); } if( !function_exists('make_bbcode_uid') ) { ! mx_page::load_file('bbcode'); } --- 17,31 ---- if( !function_exists('validate_username') ) { ! mx_cache::load_file('functions_validate'); } if( !function_exists('prepare_message') ) { ! mx_cache::load_file('functions_post'); } if( !function_exists('make_bbcode_uid') ) { ! mx_cache::load_file('bbcode'); } |