Ignore:
Timestamp:
May 6, 2012, 8:53:42 PM (12 years ago)
Author:
roby
Message:

Modifiche per gestione Legge regione Sicilia 2011

File:
1 edited

Legend:

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

    r95 r139  
    2626       
    2727        // inizio tabella
    28         echo "<table  class=\"table-main\"> <tr>";
    29        
     28        echo "<table  class=\"table-main\"><tr>";
     29
     30
    3031        /***********************************
    3132                Scelta Comune
     
    3536        {
    3637              $sqlcomu="select t1.id_comune,t1.descrizione,count(0) from ".$prefix."_ele_comuni as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_comune=t2.id_comune and t2.chiusa<2 group by t1.id_comune,t1.descrizione order by t1.descrizione asc";
     38               
    3739              $rescomu= mysql_query("$sqlcomu",$dbi);
    3840              $esiste_multi=mysql_num_rows($rescomu);
Note: See TracChangeset for help on using the changeset viewer.