Ignore:
Timestamp:
May 17, 2024, 5:01:07 PM (4 weeks ago)
Author:
roby
Message:
  • ADMIN

-- correzione per gestione consultazione nulla

File:
1 edited

Legend:

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

    r413 r415  
    4747$result->execute();
    4848list($flagsg,$disgiunto,$chiusa)=$result->fetch(PDO::FETCH_NUM);
    49 if(!$chiusa==1){
     49if($chiusa=1){
    5050        if (!isset($fileout)) $fileout='';
    5151        #if(($voti_u+$voti_d) and !$voti_t) $voti_t=$voti_u+$voti_d;
Note: See TracChangeset for help on using the changeset viewer.