From 16d876a189cfc9bba38f61723e78adde9e2d024b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 5 Jun 2005 23:39:25 +0000 Subject: [PATCH] r235: No more custom textareas! --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index d61acc6..09894d6 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -429,7 +429,7 @@ function process_custom_fields($bugid, $inputdata = array()) { $fieldbuild[] = $field['shortname']; - if ($field['type'] == 'input_text' OR $field['type'] == 'textarea') + if ($field['type'] == 'input_text') { $fieldvalue[] = "'" . $inputdata["$field[shortname]"] . "'"; } -- 2.22.5