1 && intval(argv(1))) $channel_id = intval(argv(1)); else { notice( t('No channel.') . EOL ); \App::$error = 404; return; } $x = q("select channel_address from channel where channel_id = %d limit 1", intval($channel_id) ); if($x) profile_load($x[0]['channel_address'],0); } function get() { $o = ''; if(! \App::$profile['profile_uid']) return; $observer_hash = get_observer_hash(); if(! perm_is_allowed(\App::$profile['profile_uid'],$observer_hash,'view_contacts')) { notice( t('Permission denied.') . EOL); return; } $o .= '