Changeset 54 for trunk/admin/modules/Elezioni/ele_confcons.php
- Timestamp:
- Mar 25, 2010, 8:02:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_confcons.php
r2 r54 48 48 if (isset($param['supminpremio'])) get_magic_quotes_gpc() ? $supminpremio=$param['supminpremio']:$supminpremio=addslashes($param['supminpremio']); else $supminpremio=''; 49 49 if (isset($param['listsupconta'])) get_magic_quotes_gpc() ? $listsupconta=$param['listsupconta']:$listsupconta=addslashes($param['listsupconta']); else $listsupconta=''; 50 if (isset($param['help'])) $help=intval($param['help']); 51 50 52 /******************************************************/ 51 53 /*Funzione di visualizzazione globale */ 52 54 /*****************************************************/ 53 55 function all() { 54 global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$id_conf ;56 global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$id_conf, $language,$help; 55 57 56 58 // $restemp = mysql_query("select count(0) from ".$prefix."_ele_conf where id_conf='$id_conf'", $dbi); 57 59 // list($numtemp)=mysql_fetch_row($restemp); 58 60 61 if (isset($help)) include("language/$language/ele_confcons.html"); 59 62 60 63 echo "<center><br><table border=\"0\" width=\"100%\">";
Note:
See TracChangeset
for help on using the changeset viewer.