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

-- correzione per gestione consultazione nulla

File:
1 edited

Legend:

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

    r413 r415  
    4949$res->execute();
    5050list($id_cons,$chiusa)=$res->fetch(PDO::FETCH_NUM);
    51 if(!$chiusa==1){
     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.