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/ele_voti.php

    r407 r413  
    337337$res->execute();
    338338list($chiusa) = $res->fetch(PDO::FETCH_NUM);
    339 if ($chiusa) echo " -- CONSULTAZIONE NON ATTIVA";
     339if ($chiusa==1) echo " -- CONSULTAZIONE NON ATTIVA";
    340340echo "</h2><table style=\"margin-left:auto; margin-right:auto;\"><tr>";
    341341#<a href=\"admin.php?id_comune=$id_comune&amp;id_cons_gen=$id_cons_gen&amp;ops=1\"></a>
Note: See TracChangeset for help on using the changeset viewer.