summaryrefslogtreecommitdiff
path: root/rt/share/html/Search/Elements/SearchesForObject
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Search/Elements/SearchesForObject')
-rw-r--r--rt/share/html/Search/Elements/SearchesForObject6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/share/html/Search/Elements/SearchesForObject b/rt/share/html/Search/Elements/SearchesForObject
index 34894918c..f58752d00 100644
--- a/rt/share/html/Search/Elements/SearchesForObject
+++ b/rt/share/html/Search/Elements/SearchesForObject
@@ -2,7 +2,7 @@
%#
%# COPYRIGHT:
%#
-%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
@@ -55,10 +55,10 @@ my @result;
while (my $search = $Object->Attributes->Next) {
my $desc;
if ($search->Name eq 'SavedSearch') {
- push @result, [$search->Description, $search->Description, $search];
+ push @result, [$search->Description, $search->Description, $search];
}
elsif ($search->Name =~ m/^Search - (.*)/) {
- push @result, [$1, loc($1), $search];
+ push @result, [$1, loc($1), $search];
}
}
return @result;