mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
- a few tiny clean ups
- a new MS SQL DBAL, it does not work so hot because of issues with the extension it depends on git-svn-id: file:///svn/phpbb/trunk@8313 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -726,7 +726,7 @@ class fulltext_mysql extends search_backend
|
||||
{
|
||||
global $db;
|
||||
|
||||
if (strpos($db->sql_layer, 'mysql') === false)
|
||||
if ($db->dbms_type !== 'mysql')
|
||||
{
|
||||
$this->stats = array();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user