@@ -29,9 +29,11 @@ $publication_details = get_publication_details($random_record['doc_ref']); | |||
<div class="container-fluid"> | |||
Application ID: | |||
<a href="id_search.php?id=<? echo $random_record['id']; ?>&core=all"> | |||
<?php | |||
echo $random_record['application_id']; | |||
?> | |||
</a> | |||
<br><br> | |||
@@ -143,7 +143,7 @@ function one_random_record (){ | |||
$random = get_random_record(); | |||
foreach ($random as $id => $content){ | |||
$output = parse_result($content); | |||
$output = parse_result($id, $content); | |||
} | |||
return $output; | |||
} |