Changeset 369 for trunk/admin/admin.php


Ignore:
Timestamp:
May 23, 2022, 12:44:20 PM (3 years ago)
Author:
roby
Message:

admin:
la consultazione iniziale per utente abilitato a gestire la singola sede non viene fissata correttamente. Risolto
la visualizzazione delle rilevazioni oraire mostra tutti gli orari ma deve mostrare solo il prossimo da inserire. Risolto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/admin.php

    r361 r369  
    279279else {
    280280        $oggi=date("Y-m-d",mktime(0,0,0,date("m"),date("d")-3,date("Y")));
    281         $sql="select t1.id_cons_gen from ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_cons_gen=t2.id_cons_gen and t2.id_comune=$id_comune and t1.data_fine>'$oggi' and t2.id_cons in (select id_cons from ".$prefix."_ele_operatori where aid='$aid' and id_sez>0 and permessi>0) limit 0,1";
     281        $sql="select t1.id_cons_gen from ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_cons_gen=t2.id_cons_gen and t2.id_comune=$id_comune and t1.data_fine>'$oggi' and t2.id_cons in (select id_cons from ".$prefix."_ele_operatori where aid='$aid' and permessi>0) limit 0,1"; # TEST: and id_sez>0
    282282        $rese = $dbi->prepare("$sql");
    283283        $rese->execute();
     
    455455#include("TEST tema: $tema--");
    456456#include("modules/Elezioni/language/lang-".$_SESSION['lang'].".php");
     457
    457458if(isset($id_cons_gen) and isset($id_comune)){
    458459        if(!isset($id_cons)){
     
    491492#
    492493#die("TEST: qui $aid $id_cons $id_sez ".$_SESSION['aid']);
     494
    493495if (isset($_SESSION['aid']) AND $_SESSION['remote']==$_SERVER['REMOTE_ADDR']) {
    494496        if($tema=='Futura2' and $op!='logout')
Note: See TracChangeset for help on using the changeset viewer.