From 5dd1216707b3cae11f3630c359de7beb7a0d58fe Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 17 Sep 2006 18:34:35 +0000 Subject: [PATCH] r1164: When we show an errorbox, make custom fields be set to the user's value --- newreport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newreport.php b/newreport.php index 4aefdaa..142f803 100755 --- a/newreport.php +++ b/newreport.php @@ -181,7 +181,7 @@ if ($_REQUEST['do'] == 'add') } // custom fields - $fields = construct_custom_fields(null, true); + $fields = construct_custom_fields($bugsys->in, true); $i = 0; foreach ($fields AS $field) { -- 2.22.5