From 2727a5a28a05f7c6c9480563670da29fc0b0bc8b Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 21 Jul 2010 02:10:33 +0000 Subject: fix problems searching the new custom fields w/dates, RT#8449 --- rt/share/html/Search/Elements/PickCFs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/share/html/Search/Elements') diff --git a/rt/share/html/Search/Elements/PickCFs b/rt/share/html/Search/Elements/PickCFs index 3f6d188b8..beda9f733 100644 --- a/rt/share/html/Search/Elements/PickCFs +++ b/rt/share/html/Search/Elements/PickCFs @@ -76,7 +76,7 @@ $m->callback( my @lines; while ( my $CustomField = $CustomFields->Next ) { my %line; - $line{'Name'} = "CF.{" . $CustomField->Name . "}"; + $line{'Name'} = "'CF.{" . $CustomField->Name . "}'"; $line{'Field'} = $CustomField->Name; # Op -- cgit v1.2.1