Changeset 279 for trunk/client


Ignore:
Timestamp:
May 22, 2019, 4:56:53 PM (5 years ago)
Author:
roby
Message:
 
Location:
trunk/client
Files:
2 edited

Legend:

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

    r275 r279  
    924924               
    925925                $res_candi = mysql_query("SELECT t1.id_cand , t1.cognome, t1.nome, t1.num_cand, t2.id_cand, sum(t2.voti) as somma  FROM ".$prefix."_ele_candidati as t1 , ".$prefix."_ele_voti_candidati as t2
    926                 where t1.id_lista='$id_lista' and  t1.id_cand=t2.id_cand  group by t1.id_cand order by somma desc" , $dbi);
     926                where t1.id_lista='$id_lista' and  t1.id_cand=t2.id_cand  group by t1.id_cand order by somma desc, t1.num_cand asc" , $dbi);
    927927                //$res_candi = mysql_query("SELECT id_cand , cognome, nome, num_cand  FROM ".$prefix."_ele_candidati
    928928                //where id_lista='$id_lista'  and id_cons='$id_cons order by num_cand" , $dbi);
  • trunk/client/versione.php

    r278 r279  
    11<?php
    22
    3 $versione = "2.0 rev 278";
     3$versione = "2.0 rev 279";
    44$version_number = $versione;
    5 $version = "Eleonline $version_number (<i>Ultimo aggiornamento: 06 maggio 2019</i>)";
     5$version = "Eleonline $version_number (<i>Ultimo aggiornamento: 22 maggio 2019</i>)";
    66
    77?>
Note: See TracChangeset for help on using the changeset viewer.