num_rows == 0) throw_http_error(400, 'Key not found'); $result = $result -> fetch_assoc(); print "\n"; print " \n"; print " \n"; print " Archlinux 32 Key Server -- Get \"" . $result['fingerprint'] . "\"\n"; print " \n"; print " \n"; print " \n"; print " \n"; print "

Archlinux 32 Key Server -- Get \"" . $result['fingerprint'] . "\"

\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`" ); ?> list of gpg-keys \n"; if ($result->num_rows > 0) { print "personactionfingerprint\n"; while ($row = $result -> fetch_assoc()) { foreach ($row as $key => $value) { if ($value=="") { $row[$key]=" "; } } print ""; print "" . $row["person"] . ""; print "" . $row["action"] . ""; print "" . $row["fingerprint"] . ""; print "\n"; } } print "\n"; ?>