Ignore:
Timestamp:
Jun 2, 2019, 10:04:20 PM (5 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

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

    r279 r318  
    259259     
    260260 
    261         $sql="select id_cons from ".$prefix."_$tab where id_cons='$id_cons' group by id_sez ";
     261        $sql="select id_sez from ".$prefix."_$tab where id_cons='$id_cons' group by id_sez ";
    262262        $res = $dbi->prepare("$sql");
    263263        $res->execute();
     
    288288                                        and t2.id_lista=t3.id_lista
    289289                                        and t1.id_gruppo=t3.id_gruppo
    290                                         group by t1.id_gruppo
     290                                        group by t1.id_gruppo, t1.num_gruppo, t1.descrizione
    291291                                        order by somma desc";
    292292                                }else{
     
    295295                                left join ".$prefix."_ele_voti_gruppo as t2 on (t1.id_gruppo=t2.id_gruppo)
    296296                                        where   t1.id_cons='$id_cons' and t1.id_cons=t2.id_cons $circondt1
    297                                         group by t2.id_gruppo
     297                                        group by t1.id_gruppo, t1.num_gruppo, t1.descrizione
    298298                                        order by somma desc";
    299299                            }
     
    303303                        left join ".$prefix."_$tab as t2 on (t1.id_lista=t2.id_lista)
    304304                                where   t1.id_cons='$id_cons' and t1.id_cons=t2.id_cons
    305                                 group by t2.id_lista
     305                                group by t1.id_lista, t1.num_lista, t1.descrizione
    306306                                order by somma desc";
    307307                        }
Note: See TracChangeset for help on using the changeset viewer.