mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fixing bug 536812: search.php - total_match_count
Thanks acydburn! Not a big deal, just did what acydburn recommended. git-svn-id: file:///svn/phpbb/trunk@2455 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ae429f8477
commit
c1762ef6c1
1 changed files with 5 additions and 1 deletions
|
@ -1163,6 +1163,10 @@ else if ( $search_keywords != '' || $search_author != '' || $search_id )
|
||||||
|
|
||||||
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
message_die(GENERAL_MESSAGE, $lang['No_search_match']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue