propogate __CustomerTags__ fix to RT_Config.pm, RT#8784
authorivan <ivan>
Fri, 8 Apr 2011 23:14:24 +0000 (23:14 +0000)
committerivan <ivan>
Fri, 8 Apr 2011 23:14:24 +0000 (23:14 +0000)
rt/etc/RT_Config.pm

index 3d01059..c35d050 100644 (file)
@@ -1406,7 +1406,7 @@ Set ($DefaultSearchResultFormat, qq{
    '__NEWLINE__',
    '', 
    '<small>__Requestors__</small>',
-   '',
+   '<small>__CustomerTags__</small>',
    '<small>__CreatedRelative__</small>',
    '<small>__ToldRelative__</small>',
    '<small>__LastUpdatedRelative__</small>',
@@ -1810,7 +1810,7 @@ C<Set(@Plugins, (qw(Extension::QuickDelete RT::FM)));>
 
 =cut
 
-Set(@Plugins, qw( RTx::Calendar )); #RTx::Checklist ));
+Set(@Plugins, qw(RTx::Calendar )); #RTx::Checklist ));
 
 =back