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) {