|
From: Paul S. O. <ps...@us...> - 2002-04-30 12:09:29
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv28771/includes
Modified Files:
Tag: phpBB-2_0_0
functions_search.php
Log Message:
Noted 'fix' for non-multibyte charsets and searching - RomanZu
Index: functions_search.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions_search.php,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** functions_search.php 15 Apr 2002 14:48:42 -0000 1.8.2.1
--- functions_search.php 30 Apr 2002 12:09:24 -0000 1.8.2.2
***************
*** 102,106 ****
else
{
! preg_match_all('/(\*?[a-z0-9]+\*?)|\b([a-z0-9]+)\b/', $entry, $split_entries);
}
--- 102,106 ----
else
{
! preg_match_all('/(\*?[à-ÿa-z0-9]+\*?)|\b([à-ÿa-z0-9]+)\b/', $entry, $split_entries);
}
|