aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2006-11-05 20:52:52 +0000
committerNils Adermann <naderman@naderman.de>2006-11-05 20:52:52 +0000
commit11d2a370329422470a86d323dfd56bdc302f0d9a (patch)
tree79f508162f90730063ce49334d9a8d5d5a5fe609 /phpBB
parent67af543695000a8284fc90f181ed153c2e332ac6 (diff)
downloadforums-11d2a370329422470a86d323dfd56bdc302f0d9a.tar
forums-11d2a370329422470a86d323dfd56bdc302f0d9a.tar.gz
forums-11d2a370329422470a86d323dfd56bdc302f0d9a.tar.bz2
forums-11d2a370329422470a86d323dfd56bdc302f0d9a.tar.xz
forums-11d2a370329422470a86d323dfd56bdc302f0d9a.zip
- Bug #5090
git-svn-id: file:///svn/phpbb/trunk@6559 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rwxr-xr-xphpBB/includes/search/fulltext_native.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php
index 53d0e98cd1..5cc7fd31c7 100755
--- a/phpBB/includes/search/fulltext_native.php
+++ b/phpBB/includes/search/fulltext_native.php
@@ -607,7 +607,6 @@ class fulltext_native extends search_backend
break;
- case 'mysql':
case 'sqlite':
$sql_array_count['SELECT'] = ($type == 'posts') ? 'DISTINCT p.post_id' : 'DISTINCT p.topic_id';
$sql = 'SELECT COUNT(' . (($type == 'posts') ? 'post_id' : 'topic_id') . ') as total_results