|
From: Jon O. <jon...@us...> - 2008-06-15 21:05:10
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27261/pafiledb/modules Modified Files: pa_search.php Log Message: using new load_file to ensure we are including phpbb2 bbcodes/smilies Index: pa_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_search.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** pa_search.php 3 Jun 2008 20:17:11 -0000 1.24 --- pa_search.php 15 Jun 2008 21:05:05 -0000 1.25 *************** *** 42,46 **** } ! include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); if ( isset( $_REQUEST['search_keywords'] ) ) --- 42,47 ---- } ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); if ( isset( $_REQUEST['search_keywords'] ) ) |