|
From: Jon O. <jon...@us...> - 2008-07-10 22:23:31
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1645/pafiledb/modules Modified Files: pa_search.php Log Message: Moving load_file to mx_cache... Index: pa_search.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/modules/pa_search.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** pa_search.php 15 Jun 2008 21:05:05 -0000 1.25 --- pa_search.php 10 Jul 2008 22:23:27 -0000 1.26 *************** *** 42,47 **** } ! mx_page::load_file('functions_search', 'phpbb2'); ! //include_once( $phpbb_root_path . 'includes/functions_search.' . $phpEx ); if ( isset( $_REQUEST['search_keywords'] ) ) --- 42,46 ---- } ! mx_cache::load_file('functions_search', 'phpbb2'); if ( isset( $_REQUEST['search_keywords'] ) ) |