Changeset 144
- Timestamp:
- May 8, 2012, 12:40:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_voti.php
r143 r144 1057 1057 $result= mysql_query("select * from ".$prefix."_ele_sezioni where id_cons='$id_cons' and id_sez='$id_sez' ", $dbi); 1058 1058 $ar=mysql_fetch_array($result); 1059 if ($ar['solo_lista'] ) $rigasl=''; else $rigasl=", solo_lista='$sololista'";1059 if ($ar['solo_lista'] or !isdisgiunto()) $rigasl=''; else $rigasl=", solo_lista='$sololista'"; 1060 1060 #die("qui: if($ops==3 and ($genere==3 or $genere==4 or $genere==5) and $votog){"); 1061 1061 if($ops==3 and ($genere==3 or $genere==4 or $genere==5) and ($votog or $genere==4)){
Note:
See TracChangeset
for help on using the changeset viewer.