From: Manuel Nazar Anchorena Date: Tue, 2 Dec 2003 16:59:58 +0000 (+0000) Subject: Correccion a PDF Tabla(como no nos dimos cuenta antes) bis X-Git-Tag: svn_import~161 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/4160e69ff2d0c2988e030e0b34c30468de47753f Correccion a PDF Tabla(como no nos dimos cuenta antes) bis --- diff --git a/lib/MECON/PDF/Tabla.php b/lib/MECON/PDF/Tabla.php index da8cb01..719962f 100644 --- a/lib/MECON/PDF/Tabla.php +++ b/lib/MECON/PDF/Tabla.php @@ -297,7 +297,7 @@ class MECON_PDF_Tabla extends MECON_PDF_Contenido { } if (@$estilo['colspan']) { - $jj += $estilo['colspan']; + $jj += $estilo['colspan'] -1; } }