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_voti.php

    r207 r208  
    806806
    807807        if(!$votog) {
    808            if ((($genere==3) OR ($genere==5)) and !$id_lista and ($fascia>$limite)) {
     808           if ((($genere==3) OR ($genere==5)) and !$id_lista and ($fascia>$limite or !$id_conf)) {
    809809                        $valista=$arg[$i++];
    810810                        $result = mysql_query("update ".$prefix."_ele_sezioni set solo_gruppo='".$arg[$i]."' where id_sez='$id_sez'",$dbi);
Note: See TracChangeset for help on using the changeset viewer.