1
0
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:
Rob House 2010-05-01 01:58:50 +01:00 committed by Nils Adermann
parent a20576fdd4
commit e95faaeb68

View File

@ -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