|
From: Jon O. <jon...@us...> - 2008-02-22 23:09:13
|
Update of /cvsroot/mxbb/mx_import_tools/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14854 Modified Files: functions_mod_user.php Log Message: Updated load_file() method. Bugfix. The wrong file was included. Index: functions_mod_user.php =================================================================== RCS file: /cvsroot/mxbb/mx_import_tools/includes/functions_mod_user.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** functions_mod_user.php 9 Sep 2007 20:01:27 -0000 1.8 --- functions_mod_user.php 22 Feb 2008 23:09:09 -0000 1.9 *************** *** 17,31 **** if( !function_exists('validate_username') ) { ! mx_page::load_file('functions_validate', 'phpbb2'); } if( !function_exists('prepare_message') ) { ! mx_page::load_file('functions_post', 'phpbb2'); } if( !function_exists('make_bbcode_uid') ) { ! mx_page::load_file('bbcode', 'phpbb2'); } --- 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'); } |