Changeset 344 for trunk/admin/modules/Elezioni/controllo_voti.php
- Timestamp:
- Dec 1, 2020, 8:25:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/controllo_voti.php
r331 r344 37 37 include("modules/Elezioni/funzionidata.php"); 38 38 include("modules/Elezioni/ele.php"); 39 if (! get_magic_quotes_gpc()) $magic='addslashes'; else $magic=''; 40 if (isset($param['ops'])) get_magic_quotes_gpc() ? $ops=$param['ops']:$ops=addslashes($param['ops']); else $ops=''; 39 if (isset($param['ops'])) $ops=addslashes($param['ops']); else $ops=''; 41 40 if (isset($param['pag'])) $pag=intval($param['pag']); else $pag=0; 42 41 if (isset($param['num_ref'])) $num_ref=intval($param['num_ref']);
Note:
See TracChangeset
for help on using the changeset viewer.