aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-05 14:30:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-05 14:30:11 +0000
commite6c79242e6a7debfccc643a09dfab4a4d7746a8a (patch)
tree359aff16844a95c92252eae7879ab0b6f93cd76b /phpBB/search.php
parent*** empty log message *** (diff)
downloadphpbb-e6c79242e6a7debfccc643a09dfab4a4d7746a8a.tar.gz
phpbb-e6c79242e6a7debfccc643a09dfab4a4d7746a8a.tar.bz2
phpbb-e6c79242e6a7debfccc643a09dfab4a4d7746a8a.zip
dumdidum... sorry. ;)
git-svn-id: file:///svn/phpbb/trunk@8146 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/search.php')
-rw-r--r--phpBB/search.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 97f4ca655c..c34aaefecf 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -1,10 +1,10 @@
<?php
-/**
+/**
*
* @package phpBB3
* @version $Id$
-* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+* @copyright (c) 2005 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
@@ -592,7 +592,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
$forums[$row['forum_id']]['rowset'][$row['topic_id']] = &$rowset[$row['topic_id']];
}
$db->sql_freeresult($result);
-
+
// If we have some shadow topics, update the rowset to reflect their topic information
if (sizeof($shadow_topic_list))
{
@@ -744,7 +744,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
$forum_ary = array_unique(array_keys($auth->acl_getf('!f_read', true)));
// Determine first forum the user is able to read (must not be a category)
- $sql = 'SELECT forum_id
+ $sql = 'SELECT forum_id
FROM ' . FORUMS_TABLE . '
WHERE forum_type = ' . FORUM_POST;