From fd31a42cbb71bc5c5339ebe0cfe3a8a9869163f6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 8 Jan 2006 07:28:46 +0000 Subject: [PATCH] r693: Don't need $show['customfields'] --- search.php | 4 +--- showreport.php | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/search.php b/search.php index 9d5c92f..b6b6977 100644 --- a/search.php +++ b/search.php @@ -313,9 +313,7 @@ if ($_REQUEST['do'] == 'search') // ------------------------------------------------------------------- // custom fields - $fields = construct_custom_fields($bug, true); - $show['customfields'] = ($fields ? true : false); - + $fields = construct_custom_fields($bug, true); $i = 0; foreach ($fields AS $field) { diff --git a/showreport.php b/showreport.php index c8fef65..ad5c8f2 100644 --- a/showreport.php +++ b/showreport.php @@ -200,8 +200,6 @@ else // custom field output $fields = construct_custom_fields($bug); -$show['customfields'] = ($fields ? true : false); - $i = 0; foreach ($fields AS $field) { -- 2.22.5