[otrs-cvs] CVS: ITSMCMDB/Kernel/Modules AgentITSMCMDB.pm,1.67,1.68

cvs-log at otrs.org cvs-log at otrs.org
Tue Dec 12 17:34:46 CET 2006


Update of /home/cvs/ITSMCMDB/Kernel/Modules
In directory lancelot:/tmp/cvs-serv1375/Kernel/Modules

Modified Files:
	AgentITSMCMDB.pm 
Log Message:
add ticket link mechanism

Index: AgentITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Modules/AgentITSMCMDB.pm,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** AgentITSMCMDB.pm	5 Dec 2006 13:57:26 -0000	1.67
--- AgentITSMCMDB.pm	12 Dec 2006 16:34:44 -0000	1.68
***************
*** 1103,1106 ****
--- 1103,1109 ----
                  # output records
                  foreach my $BKey (@{$ResultIDs}) {
+                     if ('ITSM::' . $ConfigItem eq $BObject && $RecordID eq $BKey) {
+                         next;
+                     }
                      # set output class
                      if ($Param{Class} && $Param{Class} eq 'searchpassive') {



More information about the cvs-log mailing list