Ignore:
Timestamp:
May 17, 2024, 8:50:17 AM (8 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_aff.php

    r407 r413  
    4949$res->execute();
    5050list($id_cons,$chiusa)=$res->fetch(PDO::FETCH_NUM);
    51 if(!$chiusa){
     51if(!$chiusa==1){
    5252        $query="select id_parz from ".$prefix."_ele_voti_parziale where data='$data' and orario='$orario' and id_sez='$id_sez' and id_gruppo='$id_gruppo'";
    5353        $res = $dbi->prepare("$query");
Note: See TracChangeset for help on using the changeset viewer.