From d4ca0a059f1df50644da35f13d96b7bdeec02c67 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 23 Dec 2005 01:46:50 +0000 Subject: [PATCH] r672: Make sure we construct editable-only custom fields --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.php b/search.php index f99eada..9c0d433 100644 --- a/search.php +++ b/search.php @@ -312,7 +312,7 @@ if ($_REQUEST['do'] == 'search') // ------------------------------------------------------------------- // custom fields - $fields = construct_custom_fields($bug); + $fields = construct_custom_fields($bug, true); $show['customfields'] = ($fields ? true : false); $bugsys->debug('fields modulo: ' . count($fields) % 2); -- 2.22.5