Ignore:
Timestamp:
Feb 16, 2020, 11:20:46 PM (4 years ago)
Author:
roby
Message:

rivisto l'inserimento dati in caso di più referendum, il controllo degli errori, la scheda di riepilogo e la funzione grafici-voti del client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele_riepilogo.php

    r315 r328  
    8484                $resref = $dbi->prepare("$sql");
    8585                $resref->execute();     
    86                 list($numgruppo,$descrizione) = mysql_fetch_row($resref);
     86                list($numgruppo,$descrizione) = $resref->fetch(PDO::FETCH_NUM);
    8787                echo "<fieldset><legend>"._GRUPPO."N. $numgruppo - $descrizione</legend>";
    8888                echo "<table border=\"1\" width=\"100%\"><tr><th><b> "._SI." </b></th><th><b>"._NO."</b></th><th><b>"._VALIDI."</b></th><th>"._NULLI."</th><th>"._BIANCHI."</th><th>"._CONTESTATI."</th><th>"._TOTNON."</th></TR>";
Note: See TracChangeset for help on using the changeset viewer.