diff options
author | Friendika <info@friendika.com> | 2011-09-24 05:45:34 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-24 05:45:34 -0700 |
commit | 6a9e22550d82595c4341290ca26e3afc5fe6300f (patch) | |
tree | 67e438023cdc40ff7a2b36b6c488bf77ef80fe74 /mod/search.php | |
parent | b13f81bdc5ec11af4c982d78f066102b9626a99a (diff) | |
download | volse-hubzilla-6a9e22550d82595c4341290ca26e3afc5fe6300f.tar.gz volse-hubzilla-6a9e22550d82595c4341290ca26e3afc5fe6300f.tar.bz2 volse-hubzilla-6a9e22550d82595c4341290ca26e3afc5fe6300f.zip |
.
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 1 |
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; } |