mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
- added acp_language (language pack management)
- minor adjustments to cope with PHP5.x git-svn-id: file:///svn/phpbb/trunk@5315 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -139,7 +139,8 @@ class fulltext_phpbb
|
||||
$sql_find_in = (sizeof($pid_ary)) ? 'AND ' . (($type == 'topics') ? 't.topic_id' : 'm.post_id') . ' IN (' . implode(', ', $pid_ary) . ')' : '';
|
||||
|
||||
$result_ary = array();
|
||||
foreach (array('AND', 'OR', 'NOT') as $bool)
|
||||
$_bool = array('AND', 'OR', 'NOT');
|
||||
foreach ($_bool as $bool)
|
||||
{
|
||||
if (isset($sql_words[$bool]) && is_array($sql_words[$bool]))
|
||||
{
|
||||
|
Reference in New Issue
Block a user