[otrs-cvs] CVS: otrs/scripts/test PDF.t,1.4,1.5

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


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

Modified Files:
	PDF.t 
Log Message:
change core module check

Index: PDF.t
===================================================================
RCS file: /home/cvs/otrs/scripts/test/PDF.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** PDF.t	22 Aug 2006 10:51:35 -0000	1.4
--- PDF.t	23 Aug 2006 14:45:01 -0000	1.5
***************
*** 12,20 ****
  use Kernel::System::PDF;
  
! # load PDF::API2 if installed
! if (!$Self->{MainObject}->Require('PDF::API2')) {
      return;
  }
- $Self->{PDFObject} = Kernel::System::PDF->new(%{$Self});
  
  # create a pdf document
--- 12,19 ----
  use Kernel::System::PDF;
  
! $Self->{PDFObject} = Kernel::System::PDF->new(%{$Self});
! if (!$Self->{PDFObject}) {
      return;
  }
  
  # create a pdf document



More information about the cvs-log mailing list