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