Changes in trunk/client/modules/Elezioni/gruppo.php [20:30]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/gruppo.php
r20 r30 365 365 366 366 # nome della lista 367 if (!isset($list2)) $list2=''; 367 368 if (strstr( $op,'candidato')) { 368 369 $res_lis2 = mysql_query("SELECT num_lista, descrizione from ".$prefix."_ele_lista where id_lista=$id_lista",$dbi); … … 426 427 $pos[$z]=$res[0]; 427 428 } 429 if (!isset($pos)) $pos[0]=0; 428 430 $minpos=min($pos); 429 431 $maxpos=max($pos);
Note:
See TracChangeset
for help on using the changeset viewer.