Changeset 109


Ignore:
Timestamp:
May 30, 2011, 9:01:21 AM (13 years ago)
Author:
eol
Message:

ripristino della classe per i pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/crea_pagina.php

    r105 r109  
    255255                // conversion HTML => PDF
    256256                //$nomefile="elezioni_tabelle.pdf";
    257                 require_once('inc/hpdf403/html2pdf.class.php');
     257                require_once('inc/hpdf/html2pdf.class.php');
    258258                $html2pdf = new HTML2PDF('L','A4', 'it');
    259259                $html2pdf->WriteHTML($style, isset($_GET['vuehtml']));
Note: See TracChangeset for help on using the changeset viewer.