Ignore:
Timestamp:
May 17, 2024, 8:50:17 AM (4 weeks ago)
Author:
roby
Message:
  • ADMIN

-- modifiche alla gestione delle consultazioni nulle

  • INSTALL

-- allineamento del db di default alla struttura attuale

File:
1 edited

Legend:

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

    r407 r413  
    4747$result->execute();
    4848list($flagsg,$disgiunto,$chiusa)=$result->fetch(PDO::FETCH_NUM);
    49 if(!$chiusa){
     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.