*** empty log message ***

svn path=/trunk/boinc/; revision=1990
This commit is contained in:
Karl Chen 2003-08-05 20:30:21 +00:00
parent c62d6e28e6
commit a4afa2c943
2 changed files with 10 additions and 7 deletions

View File

@ -64,6 +64,9 @@
"; ";
} }
echo "</td></tr></table>"; echo "</td></tr></table>";
if ($table == "result") {
echo "<a href=result_summary.php?query=$urlquery>Summary</a> |";
}
if ($detail == "high") { if ($detail == "high") {
echo " echo "
<a href=db_action.php?table=$table&query=$urlquery&detail=low>Less detail</a> <a href=db_action.php?table=$table&query=$urlquery&detail=low>Less detail</a>

View File

@ -534,7 +534,7 @@ function show_result_short($result) {
$received = time_str($result->received_time); $received = time_str($result->received_time);
$version = client_version_string($result->client_version_num); $version = client_version_string($result->client_version_num);
$outcome_color = outcome_color($result->outcome); $outcome_color = outcome_color($result->outcome);
$host_user = host_user_link($result->userid); $host_user = host_user_link($result->hostid);
echo " echo "
<tr> <tr>