|
From: Jon O. <jon...@us...> - 2008-02-22 23:05:54
|
Update of /cvsroot/mxbb/mx_act/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12744 Modified Files: act_functions.php Log Message: Updated load_file() method. Bugfix. The wrong file was included. Index: act_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_act/includes/act_functions.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** act_functions.php 9 Sep 2007 19:30:57 -0000 1.8 --- act_functions.php 22 Feb 2008 23:05:49 -0000 1.9 *************** *** 91,100 **** if( !function_exists('prepare_message') ) { ! mx_page::load_file('functions_post', 'phpbb2'); } if( !function_exists('make_bbcode_uid') ) { ! mx_page::load_file('bbcode', 'phpbb2'); } --- 91,100 ---- if( !function_exists('prepare_message') ) { ! mx_page::load_file('functions_post'); } if( !function_exists('make_bbcode_uid') ) { ! mx_page::load_file('bbcode'); } |