1
0
Fork 0

cleanup of some unused code

This commit is contained in:
rabuzarus 2015-06-26 15:13:52 +02:00
commit 5ce125d6e0
12 changed files with 36 additions and 129 deletions

View file

@ -172,8 +172,6 @@ function group_content(&$a) {
'$form_security_token' => get_form_security_token("group_drop"),
));
$celeb = ((($a->user['page-flags'] == PAGE_SOAPBOX) || ($a->user['page-flags'] == PAGE_COMMUNITY)) ? true : false);
$context = $context + array(
'$title' => t('Group Editor'),