X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/257f6d7dbd82d87a8c311211559bc637785f7b5c..abcd5221dfc6663267b610a313c5d601a9240754:/lib/MECON/PDF/Tabla.php?ds=sidebyside diff --git a/lib/MECON/PDF/Tabla.php b/lib/MECON/PDF/Tabla.php index da8cb01..cd07a85 100644 --- a/lib/MECON/PDF/Tabla.php +++ b/lib/MECON/PDF/Tabla.php @@ -185,7 +185,7 @@ class MECON_PDF_Tabla extends MECON_PDF_Contenido { } if (!isset($attr)) - die ('Todas las columnas tienen que tener un ancho asignado'); + trigger_error ('Todas las columnas tienen que tener un ancho asignado', E_USER_ERROR); $tmp = array_sum($attr); @@ -297,7 +297,7 @@ class MECON_PDF_Tabla extends MECON_PDF_Contenido { } if (@$estilo['colspan']) { - $jj += $estilo['colspan']; + $jj += $estilo['colspan'] -1; } }