1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

viewforum queries update + a couple of bugfixes.

git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud
2002-11-05 04:50:55 +00:00
parent 5b73ad4cbd
commit bc6e36ef4f
12 changed files with 225 additions and 111 deletions

View File

@@ -135,8 +135,7 @@ if ( $search_keywords != '' || $search_author != '' || $search_id )
}
else
{
header("Location: login.$phpEx?redirect=search.$phpEx&search_id=newposts", true);
exit;
redirect("login.$phpEx?redirect=search.$phpEx&search_id=newposts");
}
$show_results = 'topics';
@@ -153,8 +152,7 @@ if ( $search_keywords != '' || $search_author != '' || $search_id )
}
else
{
header("Location: login.$phpEx?redirect=search.$phpEx&search_id=egosearch", true);
exit;
redirect("login.$phpEx?redirect=search.$phpEx&search_id=egosearch");
}
$show_results = 'topics';