mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 05:34:01 +02:00
ok, sorry for this. :/
- cleaned up table names/constants git-svn-id: file:///svn/phpbb/trunk@6021 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -841,7 +841,7 @@ $template->assign_vars(array(
|
||||
);
|
||||
|
||||
$sql = 'SELECT search_time, search_keywords
|
||||
FROM ' . SEARCH_TABLE . '
|
||||
FROM ' . SEARCH_RESULTS_TABLE . '
|
||||
WHERE search_keywords <> \'\'
|
||||
ORDER BY search_time DESC';
|
||||
$result = $db->sql_query_limit($sql, 5);
|
||||
|
Reference in New Issue
Block a user