[otrs-cvs] CVS: ITSMCMDB/Kernel/System ITSMCMDB.pm,1.28,1.29

cvs-log at otrs.org cvs-log at otrs.org
Sat Nov 4 17:30:39 CET 2006


Update of /home/cvs/ITSMCMDB/Kernel/System
In directory lancelot:/tmp/cvs-serv4189/Kernel/System

Modified Files:
	ITSMCMDB.pm 
Log Message:
remove dumper

Index: ITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/System/ITSMCMDB.pm,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** ITSMCMDB.pm	4 Nov 2006 15:18:09 -0000	1.28
--- ITSMCMDB.pm	4 Nov 2006 16:30:37 -0000	1.29
***************
*** 717,729 ****
      }
  
-     ########## TODO Weg
-     use Data::Dumper;
-     my $DumpString = Data::Dumper->Dump(\@DatabaseArray);
- 
-     open(DUMPFILE, ">/tmp/DUMP_DatabaseArray");
-     print DUMPFILE $DumpString;
-     close(DUMPFILE);
-     ########## TODO Weg
- 
      # attributes (hierachy 1)
      my $Counter = 0;
--- 717,720 ----



More information about the cvs-log mailing list