Changeset 312 for trunk


Ignore:
Timestamp:
May 16, 2019, 11:07:15 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r309 r312  
    12921292
    12931293                    list($vgruppo)=$res3->fetch(PDO::FETCH_NUM);
    1294                     list($vliste)=$res4->fetch(PDO::FETCH_NUM);
    1295                     if($vliste>$vgruppo  and ($tipo_cons=18 or $tipo_cons=19))
     1294                    list($vliste)=$res4->fetch(PDO::FETCH_NUM); //($tipo_cons=18 or $tipo_cons=19))
     1295                    if($vliste>$vgruppo  and !$disgiunto)
    12961296                        {
    12971297                            $errgrulis[$id_gruppo]=1;
     
    13041304                        echo "<tr><td style=\"background-color: rgb(255, 0, 0); color: black; text-align: center\"><img src=\"modules/Elezioni/images/alert.gif\" align=\"middle\" alt=\"\"><br/><b> ATTENZIONE!<BR/>I voti delle liste collegate<br/> superano i voti assegnati al gruppo $dgruppo </b><br></td></tr>";
    13051305                        }
    1306                     elseif($vliste<$vgruppo  and ($tipo_cons=18 or $tipo_cons=19))
     1306                    elseif($vliste<$vgruppo  and !($tipo_cons=18 or $tipo_cons=19))
    13071307                        {
    13081308                            $errgrulis[$id_gruppo]=1;
Note: See TracChangeset for help on using the changeset viewer.