num_rows == 0) throw_http_error(400, 'Key not found'); $result = $result -> fetch_assoc(); print "\n"; print "
\n"; print "\n"; print $result['public_key'] . "\n"; print "\n"; print " \n"; print "\n"; die(); }; $result = mysql_run_query( "SELECT" . " GROUP_CONCAT(`email_actions`.`name`) AS `action`," . "`persons`.`name` AS `person`," . "`gpg_keys`.`fingerprint`" . " FROM `email_actions`" . mysql_join_email_actions_allowed_email_actions() . " RIGHT" . mysql_join_allowed_email_actions_gpg_keys() . mysql_join_gpg_keys_persons() . " GROUP BY `gpg_keys`.`id`" . " ORDER BY `persons`.`name`" ); ?>