|
From: Jon O. <jon...@us...> - 2008-07-10 22:30:26
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6702 Modified Files: Tag: core28x mx_functions_core.php Log Message: Typho Index: mx_functions_core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_core.php,v retrieving revision 1.52.2.16 retrieving revision 1.52.2.17 diff -C2 -d -r1.52.2.16 -r1.52.2.17 *** mx_functions_core.php 10 Jul 2008 22:27:23 -0000 1.52.2.16 --- mx_functions_core.php 10 Jul 2008 22:30:20 -0000 1.52.2.17 *************** *** 140,146 **** * Examples * ! * mx_page::load_file('functions_post'), will include the phpbb version of the file ! * mx_page::load_file('functions_post', true), will include the shared phpbb version of the file ! * mx_page::load_file('functions_post', 'phpbb2'), will include the shared phpbb2 version of the file, even though we are running in internal/phpbb3 mode * * @param unknown_type $file --- 140,146 ---- * Examples * ! * mx_cache::load_file('functions_post'), will include the phpbb version of the file ! * mx_cache::load_file('functions_post', true), will include the shared phpbb version of the file ! * mx_cache::load_file('functions_post', 'phpbb2'), will include the shared phpbb2 version of the file, even though we are running in internal/phpbb3 mode * * @param unknown_type $file |