[otrs-cvs] FAQ/Kernel/Modules AgentFAQSearch.pm,1.40,1.41
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/FAQ/Kernel/Modules
In directory lancelot:/tmp/cvs-serv20971/Kernel/Modules
Modified Files:
AgentFAQSearch.pm
Log Message:
Changed comment.
Author: ub
Index: AgentFAQSearch.pm
===================================================================
RCS file: /home/cvs/FAQ/Kernel/Modules/AgentFAQSearch.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -2 -u -d -r1.40 -r1.41
--- AgentFAQSearch.pm 4 Jan 2013 12:26:22 -0000 1.40
+++ AgentFAQSearch.pm 4 Jan 2013 12:34:29 -0000 1.41
@@ -224,4 +224,5 @@
# perform FAQ search
+ # default search on all valid ids, this can be overwritten by %GetParam
my @ViewableFAQIDs = $Self->{FAQObject}->FAQSearch(
OrderBy => [ $Self->{SortBy} ],
@@ -233,6 +234,5 @@
ContentSearchPrefix => '*',
ContentSearchSuffix => '*',
- ValidIDs => \@AllValidIDs
- , # default search on all valid ids, this can be overwritten by %GetParam
+ ValidIDs => \@AllValidIDs,
%GetParam,
);
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log