From 833a9d46168cc00b0981026436d2107867f0e8bb Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 5 Aug 2003 20:30:22 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1991 --- html/ops/db_ops.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc index c78fbcfcfd..de69e4b645 100644 --- a/html/ops/db_ops.inc +++ b/html/ops/db_ops.inc @@ -466,7 +466,7 @@ function host_user_link($hostid) if (!$result) return $h; $user = mysql_fetch_object($result); mysql_free_result($result); - return "$h (a href=db_action.php?table=user&id=$user->id>$user->name)"; + return "$h (id>$user->name)"; } function outcome_color($s) {