|
From: Jon O. <jon...@us...> - 2008-02-22 23:07:09
|
Update of /cvsroot/mxbb/mx_calsnails/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13360 Modified Files: cal_functions.php Log Message: Updated load_file() method. Bugfix. The wrong file was included. Index: cal_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/includes/cal_functions.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** cal_functions.php 9 Sep 2007 19:48:44 -0000 1.11 --- cal_functions.php 22 Feb 2008 23:07:03 -0000 1.12 *************** *** 237,241 **** if( !function_exists('generate_smilies') ) { ! mx_page::load_file('functions_post', 'phpbb2'); } --- 237,241 ---- if( !function_exists('generate_smilies') ) { ! mx_page::load_file('functions_post'); } *************** *** 416,420 **** if( !function_exists('generate_smilies') ) { ! mx_page::load_file('functions_post', 'phpbb2'); } --- 416,420 ---- if( !function_exists('generate_smilies') ) { ! mx_page::load_file('functions_post'); } *************** *** 603,612 **** if( !function_exists('prepare_message') ) { ! mx_page::load_file('functions_post', 'phpbb2'); } if( !function_exists('make_bbcode_uid') ) { ! mx_page::load_file('bbcode', 'phpbb2'); } --- 603,612 ---- if( !function_exists('prepare_message') ) { ! mx_page::load_file('functions_post'); } if( !function_exists('make_bbcode_uid') ) { ! mx_page::load_file('bbcode'); } |