[otrs-cvs] otrs/Kernel/Modules CustomerTicketSearch.pm,1.90,1.91
"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-serv27585/Kernel/Modules
Modified Files:
CustomerTicketSearch.pm
Log Message:
Improved comments and code layout.
Author: ub
Index: CustomerTicketSearch.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/CustomerTicketSearch.pm,v
retrieving revision 1.90
retrieving revision 1.91
diff -2 -u -d -r1.90 -r1.91
--- CustomerTicketSearch.pm 20 Nov 2012 14:54:25 -0000 1.90
+++ CustomerTicketSearch.pm 11 Jan 2013 10:11:09 -0000 1.91
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/CustomerTicketSearch.pm - Utilities for tickets
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -170,5 +170,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,
@@ -178,5 +178,5 @@
);
- # set the comple value structure in GetParam to store it later in the search profile
+ # set the complete value structure in GetParam to store it later in the search profile
if ( IsHashRefWithData($DynamicFieldValue) ) {
%GetParam = ( %GetParam, %{$DynamicFieldValue} );
@@ -392,5 +392,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 $SearchParameter = $Self->{BackendObject}->SearchFieldParameterBuild(
DynamicFieldConfig => $DynamicFieldConfig,
@@ -1121,6 +1121,6 @@
# get field html
- $DynamicFieldHTML{ $DynamicFieldConfig->{Name} } =
- $Self->{BackendObject}->SearchFieldRender(
+ $DynamicFieldHTML{ $DynamicFieldConfig->{Name} }
+ = $Self->{BackendObject}->SearchFieldRender(
DynamicFieldConfig => $DynamicFieldConfig,
Profile => \%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