Saved searches now can search for tags as well

This commit is contained in:
Michael Vogel 2012-05-26 11:51:48 +02:00
parent a612b10b2a
commit a5dc41ab13
2 changed files with 17 additions and 6 deletions

View file

@ -71,7 +71,7 @@ function search_content(&$a) {
notice( t('Public access denied.') . EOL);
return;
}
nav_set_selected('search');
require_once("include/bbcode.php");
@ -96,7 +96,6 @@ function search_content(&$a) {
$o .= search($search,'search-box','/search',((local_user()) ? true : false));
if(strpos($search,'#') === 0) {
$tag = true;
$search = substr($search,1);