[otrs-cvs] CVS: ITSMCMDB/Kernel/System ITSMCMDB.pm,1.25,1.26
cvs-log at otrs.org
cvs-log at otrs.org
Thu Nov 2 15:30:48 CET 2006
Update of /home/cvs/ITSMCMDB/Kernel/System
In directory lancelot:/tmp/cvs-serv16736/Kernel/System
Modified Files:
ITSMCMDB.pm
Log Message:
improved search function
Index: ITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/System/ITSMCMDB.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** ITSMCMDB.pm 2 Nov 2006 13:36:09 -0000 1.25
--- ITSMCMDB.pm 2 Nov 2006 14:30:46 -0000 1.26
***************
*** 660,663 ****
--- 660,664 ----
$CMDBObject->RecordSearch(
ConfigItem => 'Computer',
+ What =>
);
***************
*** 674,680 ****
}
}
return $Self->{XMLObject}->XMLHashSearch(
Type => "ITSMObject::$Param{ConfigItem}",
!
);
}
--- 675,682 ----
}
}
+
return $Self->{XMLObject}->XMLHashSearch(
Type => "ITSMObject::$Param{ConfigItem}",
! %Param,
);
}
More information about the cvs-log
mailing list