aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
diff options
context:
space:
mode:
authorMichael Vogel <icarus@dabo.de>2012-05-26 11:51:48 +0200
committerMichael Vogel <icarus@dabo.de>2012-05-26 11:51:48 +0200
commita5dc41ab131d4235eb947ff00d7af0593bf0e460 (patch)
tree2040cae6f8582dc1112b5d475750c179fde014dc /mod/search.php
parenta612b10b2a1c2d1afbca1fd2f38ebc35110081dc (diff)
downloadvolse-hubzilla-a5dc41ab131d4235eb947ff00d7af0593bf0e460.tar.gz
volse-hubzilla-a5dc41ab131d4235eb947ff00d7af0593bf0e460.tar.bz2
volse-hubzilla-a5dc41ab131d4235eb947ff00d7af0593bf0e460.zip
Saved searches now can search for tags as well
Diffstat (limited to 'mod/search.php')
-rw-r--r--mod/search.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/search.php b/mod/search.php
index ac5134696..d4cd9d967 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -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);