Changeset 54 for trunk/admin/modules/Elezioni/ele_consultazionitipi.php
- Timestamp:
- Mar 25, 2010, 8:02:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_consultazionitipi.php
r2 r54 39 39 if (isset($param['descr_cons2'])) get_magic_quotes_gpc() ? $descr_cons2=$param['descr_cons2']:$descr_cons2=addslashes($param['descr_cons2']); else $descr_cons2=''; 40 40 if (isset($param['tipocons'])) get_magic_quotes_gpc() ? $tipocons=$param['tipocons']:$tipocons=addslashes($param['tipocons']); else $tipocons=$tipo_cons; 41 if (isset($param['help'])) $help=intval($param['help']); 41 42 42 43 $id_comune=$_SESSION['id_comune']; … … 57 58 58 59 function all() { 59 global $genere, $bgcolor1, $bgcolor2, $bgcolor6, $prefix, $dbi, $offset, $min, $id_cons_gen, $perms,$tipo_cons, $tipocons,$do ;60 global $genere, $bgcolor1, $bgcolor2, $bgcolor6, $prefix, $dbi, $offset, $min, $id_cons_gen, $perms,$tipo_cons, $tipocons,$do, $help; 60 61 $language=$_SESSION['lang']; 61 62 if (($perms>64)) { 63 if (isset($help)) include("language/$language/ele_consultazionitipi.html"); 62 64 echo "<SCRIPT type=\"text/javascript\">\n\n<!--\n" 63 65 ."//-->\n";
Note:
See TracChangeset
for help on using the changeset viewer.