r693: Don't need $show['customfields']
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 8 Jan 2006 07:28:46 +0000 (07:28 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 8 Jan 2006 07:28:46 +0000 (07:28 +0000)
search.php
showreport.php

index 9d5c92fb03db9926f6a178cb9c6a9ed682dd3657..b6b6977257d5325c9d891961e5eb249e22fc99ae 100644 (file)
@@ -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)
                {
index c8fef65ce3e9d2a2f3e723be42af1938bb4216a0..ad5c8f2309cbfa15ef870855ab3a4f208912392c 100644 (file)
@@ -200,8 +200,6 @@ else
 // custom field output
 
 $fields = construct_custom_fields($bug);
-$show['customfields'] = ($fields ? true : false);
-
 $i = 0;
 foreach ($fields AS $field)
 {