aboutsummaryrefslogtreecommitdiffstats
path: root/mod/search.php
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-09-25 13:30:55 -0500
committerDevlon Duthie <duthied@gmail.com>2011-09-25 13:30:55 -0500
commit3426ce5f94b660d417b29fc2767b3c6487df8a4c (patch)
tree5d1d63ce1f26d4e3ed7a23e7e9d7b3c16aeffe8b /mod/search.php
parentcb1c6dd1e37ccbbea47867faf0142e5d2f653624 (diff)
parent6a9e22550d82595c4341290ca26e3afc5fe6300f (diff)
downloadvolse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.tar.gz
volse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.tar.bz2
volse-hubzilla-3426ce5f94b660d417b29fc2767b3c6487df8a4c.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/search.php')
-rw-r--r--mod/search.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/search.php b/mod/search.php
index d22fea6ff..d150b2e1e 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -145,7 +145,6 @@ function search_content(&$a) {
$o .= conversation($a,$r,'search',false);
$o .= paginate($a);
- $o .= cc_license();
return $o;
}