[otrs-cvs] ITSMConfigItem/Kernel/Output/HTML LinkObject2LayoutITSMConfigItem.pm, 1.19, 1.20
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Sat May 3 13:33:37 GMT 2008
Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv24873/Kernel/Output/HTML
Modified Files:
LinkObject2LayoutITSMConfigItem.pm
Log Message:
Fixed bug# 2728 - The CI search function ignore some search criteria.
Author: mh
Index: LinkObject2LayoutITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Output/HTML/LinkObject2LayoutITSMConfigItem.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** LinkObject2LayoutITSMConfigItem.pm 3 Apr 2008 16:10:30 -0000 1.19
--- LinkObject2LayoutITSMConfigItem.pm 3 May 2008 13:33:32 -0000 1.20
***************
*** 303,307 ****
# get arrays
FORMARRAY:
! for my $FormArray (qw(CurDeplStateIDs CurInciStateIDs)) {
# get form data
--- 303,307 ----
# get arrays
FORMARRAY:
! for my $FormArray (qw(DeplStateIDs InciStateIDs)) {
# get form data
More information about the cvs-log
mailing list