From e8707845994b7e33731eea29d6e84f340544246c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 8 Jan 2006 07:17:23 +0000 Subject: [PATCH] r688: Add $reporter information --- newreport.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newreport.php b/newreport.php index 07ba60a..4787751 100755 --- a/newreport.php +++ b/newreport.php @@ -175,6 +175,8 @@ if ($_REQUEST['do'] == 'add') $pcv_select = construct_pcv_select('cansubmitbugs'); + $reporter = construct_user_display($bugsys->userinfo); + eval('$template->flush("' . $template->fetch('newreport') . '");'); } -- 2.22.5