Ignore:
Timestamp:
Apr 6, 2024, 12:09:37 PM (6 weeks ago)
Author:
roby
Message:
  • ADMIN

-- aggiornamento del campo num_cand nella tabella _ele_voti_candidati

  • CLIENT

-- modifica alla stampa del pdf per il riepilogo affluenze

File:
1 edited

Legend:

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

    r407 r411  
    3434        $nomefile="$descr_cons affluenze.pdf"; 
    3535        $stampa ="$datipdf $html $style";
    36 #       if($vismf)             
     36        if($vismf)             
    3737                $html2pdf = new Html2Pdf('L','A4', 'it');
    38 #       else
    39 #               $html2pdf = new Html2Pdf('P','A4', 'it');
     38        else
     39                $html2pdf = new Html2Pdf('P','A4', 'it');
    4040        $html2pdf->WriteHTML($stampa, isset($_GET['vuehtml']));
    4141        $html2pdf->Output($nomefile);
Note: See TracChangeset for help on using the changeset viewer.