Changeset 366 for trunk/admin/modules/Elezioni/salva_ref.php
- Timestamp:
- May 15, 2022, 10:18:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/salva_ref.php
r344 r366 62 62 while(list($i,$idgruppo)=$resultg->fetch(PDO::FETCH_BOTH)) { 63 63 $gruv="id_gruppo$i";$siv="si$i";$nov="no$i";$valv="val$i";$biav="bia$i";$conv="con$i";$nulv="nul$i"; 64 if($_GET[$siv]=='' and $_GET[$nov]=='' and $_GET[$biav]=='' and $_GET[$conv]=='' and $_GET[$nulv]=='') continue; 64 65 if (isset($_GET[$gruv])) $id_gruppo[$i]=intval($_GET[$gruv]); else $id_gruppo[$i]='0'; 65 66 if (isset($_GET[$siv])) $si[$i]=intval($_GET[$siv]); else $si[$i]='0';
Note:
See TracChangeset
for help on using the changeset viewer.