Changeset 12 for trunk/client/modules/Elezioni/gruppo.php
- Timestamp:
- Dec 2, 2009, 6:20:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/gruppo.php
r2 r12 34 34 if (isset($param['id_gruppo'])) $id_gruppo=intval($param['id_gruppo']); else $id_gruppo=''; 35 35 #if (isset($param['tipo_cons'])) $tipo_cons=intval($param['tipo_cons']); else $tipo_cons=''; 36 37 # anti-xss nov. 2009 38 $id_comune=htmlentities($id_comune); 39 $id_comune=intval($id_comune); 40 $perc=floatval($perc); 41 $perc_lista=floatval($perc_lista); 42 $datipdf= htmlentities($datipdf); 43 $op= htmlentities($op); 44 $info= htmlentities($info); 45 $files=htmlentities($files); 46 $lettera=htmlentities($lettera); 36 47 37 48
Note:
See TracChangeset
for help on using the changeset viewer.