From 2b47fe3709f16d7d0ff15ebf2486310069913b2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Thu, 6 Nov 2003 21:54:05 +0000 Subject: [PATCH 1/1] BugFix --- lib/MECON/PDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MECON/PDF.php b/lib/MECON/PDF.php index dff59a2..40fb3fe 100644 --- a/lib/MECON/PDF.php +++ b/lib/MECON/PDF.php @@ -139,7 +139,7 @@ class MECON_PDF { case 'landscape': $X = $this->_landscapeX($x,$y); $Y = $this->_landscapeY($x,$y); - $estilo['rotation'] = 90; + @$estilo['rotation'] += 90; break; } $this->_pdf->draw_text($X, $Y, $texto, $this->refPage($pag), $estilo); -- 2.43.0