[otrs-cvs] CVS: otrs/bin mkStats.pl,1.38,1.39

cvs-log at otrs.org cvs-log at otrs.org
Wed Aug 23 17:45:03 CEST 2006


Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv26142/bin

Modified Files:
	mkStats.pl 
Log Message:
change core module check

Index: mkStats.pl
===================================================================
RCS file: /home/cvs/otrs/bin/mkStats.pl,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** mkStats.pl	21 Aug 2006 19:13:41 -0000	1.38
--- mkStats.pl	23 Aug 2006 14:45:01 -0000	1.39
***************
*** 68,76 ****
  $CommonObject{CheckItemObject} = Kernel::System::CheckItem    ->new(%CommonObject);
  $CommonObject{EmailObject}     = Kernel::System::Email        ->new(%CommonObject);
! 
! # load PDF::API2 if installed
! if ($CommonObject{MainObject}->Require('PDF::API2')) {
!     $CommonObject{PDFObject} = Kernel::System::PDF->new(%CommonObject);
! }
  
  # --
--- 68,72 ----
  $CommonObject{CheckItemObject} = Kernel::System::CheckItem    ->new(%CommonObject);
  $CommonObject{EmailObject}     = Kernel::System::Email        ->new(%CommonObject);
! $CommonObject{PDFObject}       = Kernel::System::PDF->new(%CommonObject);
  
  # --



More information about the cvs-log mailing list