Changeset 344 for trunk/admin/modules/Elezioni/ele_widget.php
- Timestamp:
- Dec 1, 2020, 8:25:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_widget.php
r336 r344 31 31 if(isset($row[0])) {$tipo_cons=$row[0];$id_cons=$row[1];} else {$tipo_cons=0; $id_cons=0;} 32 32 33 if (isset($param['do'])) get_magic_quotes_gpc() ? $do=$param['do']:$do=addslashes($param['do']); else $do='';33 if (isset($param['do'])) $do=addslashes($param['do']); else $do=''; 34 34 if (isset($param['min'])) $min=intval($param['min']); else $min=0; 35 if (isset($param['ok'])) get_magic_quotes_gpc() ? $ok=$param['ok']:$ok=addslashes($param['ok']); else $ok='';35 if (isset($param['ok'])) $ok=addslashes($param['ok']); else $ok=''; 36 36 if (isset($param['idw'])) $idw=intval($param['idw']); else $idw=''; 37 if (isset($param['nome_file'])) get_magic_quotes_gpc() ? 38 $nome_file=$param['nome_file']:$nome_file=addslashes($param['nome_file']); else $nome_file=''; 39 if (isset($param['titolo'])) get_magic_quotes_gpc() ? 40 $titolo=$param['titolo']:$titolo=addslashes($param['titolo']); else $titolo=''; 37 if (isset($param['nome_file'])) $nome_file=addslashes($param['nome_file']); else $nome_file=''; 38 if (isset($param['titolo'])) $titolo=addslashes($param['titolo']); else $titolo=''; 41 39 if (isset($param['pos_or'])) $pos_or=intval($param['pos_or']); else $pos_or=''; 42 40 if (isset($param['pos_ver'])) $pos_ver=intval($param['pos_ver']); else $pos_ver='';
Note:
See TracChangeset
for help on using the changeset viewer.