[Rt-commit] [svn] r1644 - in rt/branches/3.2-RELEASE: . html/Search

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Sat Oct 9 11:19:49 EDT 2004


Author: jesse
Date: Sat Oct  9 11:19:49 2004
New Revision: 1644

Modified:
   rt/branches/3.2-RELEASE/   (props changed)
   rt/branches/3.2-RELEASE/html/Search/Results.tsv
Log:
 r1982 at tinbook:  jesse | 2004-10-09T15:20:27.964572Z
 RT-Ticket: 6081
 RT-Status: resolved
 RT-Update: correspond
 
 Fixed tsv output to not include "->MemberEmailAddressesAsString" in header.
 


Modified: rt/branches/3.2-RELEASE/html/Search/Results.tsv
==============================================================================
--- rt/branches/3.2-RELEASE/html/Search/Results.tsv	(original)
+++ rt/branches/3.2-RELEASE/html/Search/Results.tsv	Sat Oct  9 11:19:49 2004
@@ -84,7 +84,8 @@
 my @header;
     foreach my $attr (@attrs) {
         my $label = $attr;
-        $label =~ s'Obj-.(AsString|Name|ISO)''g;
+        $label =~ s'Obj-.(?:AsString|Name|ISO)''g;
+        $label =~ s'-\>MemberEmailAddressesAsString''g;
 	push @header, $label;
     }
     foreach my $id (sort keys %known_cfs) {


More information about the Rt-commit mailing list