Changeset 371 for trunk/client/modules/Elezioni/blocchi/cerca_candidato.php
- Timestamp:
- Sep 3, 2022, 10:40:36 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/cerca_candidato.php
r347 r371 13 13 die ("You can't access this file dirrectly..."); 14 14 } 15 global $id_comune,$id_cons_gen,$op ;16 15 global $id_comune,$id_cons_gen,$op,$genere; 16 if($genere>0){ 17 17 # validatore form 18 18 echo ' … … 122 122 echo $cerca_cand; 123 123 $_SESSION['cerca_cand']=''; 124 124 } 125 125 126 126 ?>
Note:
See TracChangeset
for help on using the changeset viewer.