[otrs-cvs] otrs/Kernel/Modules AgentTicketSearch.pm,1.156,1.157
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv27104/Kernel/Modules
Modified Files:
AgentTicketSearch.pm
Log Message:
Small documentation fixes.
Author: ub
Index: AgentTicketSearch.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketSearch.pm,v
retrieving revision 1.156
retrieving revision 1.157
diff -2 -u -d -r1.156 -r1.157
--- AgentTicketSearch.pm 20 Nov 2012 14:52:13 -0000 1.156
+++ AgentTicketSearch.pm 10 Jan 2013 15:50:15 -0000 1.157
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/AgentTicketSearch.pm - Utilities for tickets
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -253,5 +253,5 @@
next DYNAMICFIELD if !IsHashRefWithData($DynamicFieldConfig);
- # extract the dynamic field value form the web request
+ # extract the dynamic field value from the web request
my $DynamicFieldValue = $Self->{BackendObject}->SearchFieldValueGet(
DynamicFieldConfig => $DynamicFieldConfig,
@@ -817,5 +817,5 @@
if !$AttributeLookup{ 'LabelSearch_DynamicField_' . $DynamicFieldConfig->{Name} };
- # extract the dynamic field value form the profile
+ # extract the dynamic field value from the profile
my $SearchParameter = $Self->{BackendObject}->SearchFieldParameterBuild(
DynamicFieldConfig => $DynamicFieldConfig,
@@ -1479,5 +1479,5 @@
my $DynamicFieldSeparator = 1;
- # create dynamic fields seaarch options for attribute select
+ # create dynamic fields search options for attribute select
# cycle trough the activated Dynamic Fields for this screen
DYNAMICFIELD:
@@ -1504,5 +1504,5 @@
Key => 'Search_DynamicField_' . $DynamicFieldConfig->{Name},
Value => $Self->{LayoutObject}->{LanguageObject}->Get(
- $DynamicFieldConfig->{Label}
+ $DynamicFieldConfig->{Label},
),
},
---------------------------------------------------------------------
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