Ignore:
Timestamp:
Feb 21, 2024, 8:49:03 PM (3 months ago)
Author:
roby
Message:
  • ADMIN

-- Correzione per il caricamento di liste nelle elezioni europee

  • CLIENT

-- Centratura del logo del comune nelle stampe
-- Correzione per casi particolari nel widget gom_affluenze
-- Correzione per caso particolare in grafici

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/grafici.php

    r371 r399  
    364364
    365365        if ($circo){
    366                 $sql="select t1.* from ".$prefix."_ele_voti_gruppo as t1, ".$prefix."_ele_gruppo as t2 where t1.id_gruppo=t2.id_gruppo and t1.id_cons='$id_cons' and t2.id_circ=$id_circ group by t1.id_sez ";
     366                $sql="select t1.id_sez from ".$prefix."_ele_voti_gruppo as t1, ".$prefix."_ele_gruppo as t2 where t1.id_gruppo=t2.id_gruppo and t1.id_cons='$id_cons' and t2.id_circ=$id_circ group by t1.id_sez ";
    367367                $res = $dbi->prepare("$sql");
    368368                $res->execute();
Note: See TracChangeset for help on using the changeset viewer.