summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-04-08 23:14:25 +0000
committerivan <ivan>2011-04-08 23:14:25 +0000
commit16e9279732d487f53990a8b680639bdaa275079a (patch)
tree47c61afc40f7cfa719468faba36eb70fd04263f3
parentf3cdd3d85aae48837a2fc652524deb5e083945dc (diff)
propogate __CustomerTags__ fix to RT_Config.pm, RT#8784
-rw-r--r--rt/etc/RT_Config.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/etc/RT_Config.pm b/rt/etc/RT_Config.pm
index 36726859e..1a7ac4a3d 100644
--- a/rt/etc/RT_Config.pm
+++ b/rt/etc/RT_Config.pm
@@ -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