]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/PDF.php
BugFix
[mecon/meconlib.git] / lib / MECON / PDF.php
index dff59a21837215e6326ae634f731c0cfb57a0fc3..40fb3fe20d61ec91d55f44cbfad34b9949ef68ee 100644 (file)
@@ -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);