Ignore:
Timestamp:
May 11, 2014, 12:49:20 AM (10 years ago)
Author:
roby
Message:

admin: altre modifiche per gestione fasce
tabella di riepilogo, voti di lista per comuni con sistema maggioritario
autorizzazione comuni, correzione legge in modifica

client: correzione in dati generali

File:
1 edited

Legend:

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

    r199 r208  
    188188                while(list($id,$descr_conf)=mysql_fetch_row($rescomu)){
    189189                        $sel='';
    190                         if ($idcomune and $id == $id_conf) $sel="selected"; elseif ($id==1) $sel="selected";
     190                        if ($idcomune and $id == $id_conf) $sel="selected";
    191191                        echo "<option value=\"$id\" $sel>$descr_conf";
    192192                }
Note: See TracChangeset for help on using the changeset viewer.