don't show delete buttons on community page

This commit is contained in:
Friendika 2011-07-04 21:52:21 -07:00
parent 1048ee744e
commit 5e1335ac89
2 changed files with 12 additions and 3 deletions

View file

@ -77,7 +77,7 @@ function community_content(&$a, $update = 0) {
// we behave the same in message lists as the search module
$o .= conversation($a,$r,'search',false);
$o .= conversation($a,$r,'community',false);
$o .= paginate($a);