$foo) { $subsbig[$method] = elgg_get_entities_from_relationship(array('relationship' => 'notify' . $method, 'relationship_guid' => get_loggedin_userid(), 'types' => 'group', 'limit' => 99999)); $tmparray = array(); if ($subsbig[$method]) { foreach($subsbig[$method] as $tmpent) { $tmparray[] = $tmpent->guid; } } $subsbig[$method] = $tmparray; } echo elgg_view_title(elgg_echo('notifications:subscriptions:changesettings:groups')); ?>

$foo) { if ($i > 0) { echo ""; } ?> $foo) { if (in_array($group->guid,$subsbig[$method])) { $checked[$method] = 'checked="checked"'; } else { $checked[$method] = ''; } if ($i > 0) { $fields .= ""; } $fields .= <<< END END; $i++; } ?>
     
 

name; ?>