Changeset 344 for trunk/admin/modules/Elezioni/ele_associazioni.php
- Timestamp:
- Dec 1, 2020, 8:25:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_associazioni.php
r318 r344 39 39 include("modules/Elezioni/funzionidata.php"); 40 40 include("modules/Elezioni/ele.php"); 41 if (isset($_GET['descr_comu'])) get_magic_quotes_gpc() ? $descr_comu=$param['descr_comu']:$descr_comu=addslashes($param['descr_comu']); else $descr_comu='';42 if (isset($_GET['do'])) get_magic_quotes_gpc() ? $do=$param['do']:$do=addslashes($param['do']); else $do='';41 if (isset($_GET['descr_comu'])) $descr_comu=addslashes($param['descr_comu']); else $descr_comu=''; 42 if (isset($_GET['do'])) $do=addslashes($param['do']); else $do=''; 43 43 if (isset($_GET['ok'])) $ok=intval($_GET['ok']); else $ok=''; 44 44 if (isset($_GET['id_cons_comu'])) $id_cons_comu=intval($_GET['id_cons_comu']); else $id_cons_comu='0';
Note:
See TracChangeset
for help on using the changeset viewer.