[otrs-cvs] ITSMLocation/Kernel/Modules AgentITSMLocationPrint.pm, 1.8, 1.9
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Sat May 3 14:18:17 GMT 2008
Comments:
Update of /home/cvs/ITSMLocation/Kernel/Modules
In directory lancelot:/tmp/cvs-serv28194/Kernel/Modules
Modified Files:
AgentITSMLocationPrint.pm
Log Message:
Small code cleanup.
Author: mh
Index: AgentITSMLocationPrint.pm
===================================================================
RCS file: /home/cvs/ITSMLocation/Kernel/Modules/AgentITSMLocationPrint.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AgentITSMLocationPrint.pm 21 Feb 2008 12:39:07 -0000 1.8
--- AgentITSMLocationPrint.pm 3 May 2008 14:18:12 -0000 1.9
***************
*** 124,129 ****
# create first pdf page
! $Self->{PDFObject}
! ->PageNew( %Page, FooterRight => $Page{PageText} . ' ' . $Page{PageCount} );
$Page{PageCount}++;
--- 124,131 ----
# create first pdf page
! $Self->{PDFObject}->PageNew(
! %Page,
! FooterRight => $Page{PageText} . ' ' . $Page{PageCount},
! );
$Page{PageCount}++;
***************
*** 294,298 ****
$Self->{PDFObject}->PageNew(
%{ $Param{Page} },
! FooterRight => $Param{Page}->{PageText} . ' ' . $Param{Page}->{PageCount}
);
$Param{Page}->{PageCount}++;
--- 296,300 ----
$Self->{PDFObject}->PageNew(
%{ $Param{Page} },
! FooterRight => $Param{Page}->{PageText} . ' ' . $Param{Page}->{PageCount},
);
$Param{Page}->{PageCount}++;
More information about the cvs-log
mailing list