|
From: Jon O. <jon...@us...> - 2008-07-13 21:29:33
|
Update of /cvsroot/mxbb/core/includes/shared/phpbb2/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32303 Modified Files: functions_search.php Log Message: load_file update, to ensure we are using shared files. Index: functions_search.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/shared/phpbb2/includes/functions_search.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_search.php 9 Sep 2007 16:51:51 -0000 1.1 --- functions_search.php 13 Jul 2008 21:29:30 -0000 1.2 *************** *** 19,23 **** * ***************************************************************************/ - function clean_words($mode, &$entry, &$stopword_list, &$synonym_list) { --- 19,22 ---- |