ref #13 #12 Terminado el picker y arreglado el problema de que en la cabecera sacaba caracteres extraños en el nombre de la aplicación.

- Modificado el mantenimiento para tener en cuenta tipos boolean(1) para poner checkbox
This commit is contained in:
rmontanana
2014-03-01 10:05:43 +01:00
parent 4aa32ff705
commit 6538402953
7 changed files with 61 additions and 31 deletions

View File

@@ -61,7 +61,7 @@ class Pdf_mysql_table extends Fpdf
//Titulo
$fecha=strftime("%d-%b-%Y %H:%M");
$this->SetFont('Arial','',8);
$this->Cell(0,4,html_entity_decode(CENTRO . " " . APLICACION),0,1,'L');
$this->Cell(0,4,html_entity_decode(CENTRO . " " . APLICACION,ENT_COMPAT | ENT_HTML401,'ISO-8859-1'),0,1,'L');
$this->SetFont('Arial','',18);
$this->Cell(0,6,utf8_decode($this->titulo),0,1,'C');
$this->SetFont('Arial','',8);