mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-28 10:09:15 +02:00
[ticket/9582] Advanced search cannot be accessed using MSSQL native.
PHPBB3-9562 PHPBB3-9582
This commit is contained in:
parent
a20576fdd4
commit
e95faaeb68
@ -1155,6 +1155,7 @@ if ($auth->acl_get('a_search'))
|
||||
|
||||
case 'mssql':
|
||||
case 'mssql_odbc':
|
||||
case 'mssqlnative':
|
||||
$sql = 'SELECT search_time, search_keywords
|
||||
FROM ' . SEARCH_RESULTS_TABLE . '
|
||||
WHERE DATALENGTH(search_keywords) > 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user