mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1991
This commit is contained in:
parent
a4afa2c943
commit
833a9d4616
|
@ -466,7 +466,7 @@ function host_user_link($hostid)
|
||||||
if (!$result) return $h;
|
if (!$result) return $h;
|
||||||
$user = mysql_fetch_object($result);
|
$user = mysql_fetch_object($result);
|
||||||
mysql_free_result($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) {
|
function outcome_color($s) {
|
||||||
|
|
Loading…
Reference in New Issue