[otrs-cvs] CVS: otrs/Kernel/System PDF.pm,1.14,1.15
cvs-log at otrs.org
cvs-log at otrs.org
Wed Aug 23 17:44:33 CEST 2006
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv26076/Kernel/System
Modified Files:
PDF.pm
Log Message:
optimize CPAN module check
Index: PDF.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/PDF.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** PDF.pm 22 Aug 2006 19:30:22 -0000 1.14
--- PDF.pm 23 Aug 2006 14:44:30 -0000 1.15
***************
*** 43,51 ****
}
# load PDF::API2
! if (!$Self->{MainObject}->Require('PDF::API2')) {
! return;
}
! return $Self;
}
--- 43,51 ----
}
# load PDF::API2
! if ($Self->{ConfigObject}->Get('PDF') && $Self->{MainObject}->Require('PDF::API2')) {
! return $Self;
}
! return;
}
More information about the cvs-log
mailing list