*** empty log message ***

svn path=/trunk/boinc/; revision=1991
This commit is contained in:
Karl Chen 2003-08-05 20:30:22 +00:00
parent a4afa2c943
commit 833a9d4616
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ function host_user_link($hostid)
if (!$result) return $h;
$user = mysql_fetch_object($result);
mysql_free_result($result);
return "$h <small>(a href=db_action.php?table=user&id=$user->id>$user->name</a>)</small>";
return "$h <small>(<a href=db_action.php?table=user&id=$user->id>$user->name</a>)</small>";
}
function outcome_color($s) {