Changeset 33301
- Timestamp:
- 01/04/12 12:02:37 (1 year ago)
- Files:
-
- plugins/cpTcpdfPlugin/trunk/lib/TCPDFX.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/cpTcpdfPlugin/trunk/lib/TCPDFX.class.php
r33300 r33301 592 592 593 593 public function Footer() { 594 $cur_y = $this->y; 595 $this->printPageFooter(); 596 $this->SetY($cur_y); 594 597 $this->addWatermark(); 595 $cur_y = $this->y;596 $this->printPageFooter();597 $this->SetY($cur_y);598 598 } 599 599