Changeset 982
- Timestamp:
- Mar 29, 2016, 5:50:52 PM (5 years ago)
- Location:
- pmb4.2/trunk/fuentes
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pmb4.2/trunk/fuentes/debian/changelog
r976 r982 1 pmb (4.2.6+lliurex2) xenial; urgency=medium 2 3 * Fix problem with 64 bits 4 5 -- Juan Ramon Pelegrina <juapesai@hotmail.com> Tue, 29 Mar 2016 17:50:29 +0200 6 1 7 pmb (4.2.6+lliurex1) xenial; urgency=medium 2 8 -
pmb4.2/trunk/fuentes/pmb/opac_css/print.php
r815 r982 509 509 $output_final=parseHTML($output_final); 510 510 } 511 512 if ($output=="pdf"){ 511 // ----------------------------LLIUREX 29/03/2016 ---------------------------------------- 512 // Se comentan estas funciones por dar problemas en maquinas de 64 bits 513 /*if ($output=="pdf"){ 513 514 //$notices_aff = preg_replace("/<img[^>]+\>/i", " ", $notices_aff); 514 515 $notices_aff=str_replace("<center>", "", $notices_aff); … … 520 521 $html2pdf->Output('diffusion.pdf'); 521 522 exit; 522 } 523 }*/ 524 525 // ---------------------------- FIN LLIUREX 29/03/2016 ---------------------------------------- 523 526 524 527 if ($output!="email")
Note: See TracChangeset
for help on using the changeset viewer.