Changeset 103 for trunk


Ignore:
Timestamp:
May 26, 2011, 4:57:31 PM (13 years ago)
Author:
roby
Message:

-client: ulteriore modifica per gestione tabella voti

File:
1 edited

Legend:

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

    r102 r103  
    494494                                         mysql_data_seek($res_voti,0);                 
    495495                        while (list($num_circ,$desc_circ,$num_cand,$nome,$voti,$sevalidi,$senulli,$sebianchi,$secontestati,$sevonulli) = mysql_fetch_row($res_voti)){
     496                                $z=array_search($num_circ, $pos);
    496497                                if ($num_cand>=$min and $num_cand<=$offset){
    497                                         $z=array_search($num_circ, $pos);
    498498                                        if($num_circ>=$minpos and $num_circ <=$maxpos){
    499499                                                $ar[0][$num_cand]=$num_cand.") ".$nome;
Note: See TracChangeset for help on using the changeset viewer.