From 937acd932e52cb103f8f27b7f0b2a916eb37bd77 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 13 May 2005 23:49:24 +0000 Subject: [PATCH] r120: Hide the userid on the attachment display --- showreport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/showreport.php b/showreport.php index b73db8c..4516529 100644 --- a/showreport.php +++ b/showreport.php @@ -98,7 +98,7 @@ if ($show['getattachments'] OR $show['putattachments']) while ($attachment = $db->fetch_array($attachments_fetch)) { $attachment['date'] = datelike('standard', $attachment['dateline']); - $attachment['user'] = construct_user_display($attachment); + $attachment['user'] = construct_user_display($attachment, false); eval('$attachments .= "' . $template->fetch('showreport_attachment') . '";'); } } -- 2.22.5