Ignore:
Timestamp:
Mar 17, 2010, 8:11:46 PM (14 years ago)
Author:
roby
Message:

Eliminati ulteriori messaggi notice di php

File:
1 edited

Legend:

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

    r20 r30  
    365365
    366366                                # nome della lista
     367                                if (!isset($list2)) $list2='';
    367368                                if (strstr( $op,'candidato')) {
    368369                                        $res_lis2 = mysql_query("SELECT num_lista, descrizione from ".$prefix."_ele_lista where id_lista=$id_lista",$dbi);
     
    426427                                        $pos[$z]=$res[0];
    427428                                }
     429                        if (!isset($pos)) $pos[0]=0;
    428430                        $minpos=min($pos);
    429431                        $maxpos=max($pos);
Note: See TracChangeset for help on using the changeset viewer.