[freeside-commits] freeside/rt/share/html/Search/Elements PickCFs, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Tue Jul 20 19:10:36 PDT 2010


Update of /home/cvs/cvsroot/freeside/rt/share/html/Search/Elements
In directory wavetail.420.am:/tmp/cvs-serv6518/share/html/Search/Elements

Modified Files:
	PickCFs 
Log Message:
fix problems searching the new custom fields w/dates, RT#8449

Index: PickCFs
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Search/Elements/PickCFs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- PickCFs	20 Jul 2010 00:59:02 -0000	1.2
+++ PickCFs	21 Jul 2010 02:10:33 -0000	1.3
@@ -76,7 +76,7 @@
 my @lines;
 while ( my $CustomField = $CustomFields->Next ) {
     my %line;
-    $line{'Name'} = "CF.{" . $CustomField->Name . "}";
+    $line{'Name'} = "'CF.{" . $CustomField->Name . "}'";
     $line{'Field'} = $CustomField->Name;
 
     # Op



More information about the freeside-commits mailing list