Ignore:
Timestamp:
Jun 7, 2017, 8:03:25 PM (7 years ago)
Author:
roby
Message:

correzioni alla revisione 259

File:
1 edited

Legend:

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

    r261 r263  
    231231                                                        if($res4) list($testpref)=mysql_fetch_row($res4); else $testpref=0;
    232232                                                        while(list($testlista)=mysql_fetch_row($res3)){
    233                                                                 if($fascia<=$limite or $disgiunto or $dettnulli)
     233                                                                if($fascia<=$limite and !$disgiunto and !$dettnulli)
    234234                                                                {
    235235                                                                        $res4= mysql_query("SELECT id_gruppo FROM ".$prefix."_ele_lista where id_cons='$id_cons' and id_lista='$testlista'", $dbi);
Note: See TracChangeset for help on using the changeset viewer.