Changeset 193


Ignore:
Timestamp:
Mar 4, 2014, 2:28:50 PM (10 years ago)
Author:
roby
Message:

continua modifiche per gestione fasce

File:
1 edited

Legend:

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

    r139 r193  
    8585        ."<tr><td align=\"center\"><b>"._LIMITE."</b></td><td><select name=\"limite\"><option value=\"0\">"._NOFASCIA;
    8686               
    87                 $result1 = mysql_query("select id_fascia, abitanti from ".$prefix."_ele_fasce where data_fine='0000-00-00'", $dbi);
     87                $result1 = mysql_query("select id_fascia, abitanti from ".$prefix."_ele_fasce where id_conf='".$gru['id_conf']."' order by id_fascia", $dbi);
    8888                while(list($id,$descr)=mysql_fetch_row($result1)){
    8989                        $sel= ($id == $gru['limite']) ? "selected":"";
Note: See TracChangeset for help on using the changeset viewer.