Changeset 45 for trunk/admin/modules/Elezioni/ele_associazioni.php
- Timestamp:
- Mar 25, 2010, 12:24:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_associazioni.php
r2 r45 40 40 if (isset($_GET['id_conf'])) $id_conf=intval($_GET['id_conf']); else $id_conf=0; 41 41 if (isset($_GET['min'])) $min=intval($_GET['min']); else $min=0; 42 if (isset($_GET['help'])) $help=intval($_GET['help']); 42 43 43 44 $offset=15; … … 50 51 //crea la pagina delle affluenze 51 52 function all() { 52 global $user, $admin, $bgcolor1, $bgcolor2, $prefix,$descr_cons, $dbi,$id_cons,$desc,$indirizzo,$centralino,$fax,$id_cons_gen,$id_collegio,$idcomune,$chiusa,$id_conf,$tipo_cons ;53 global $user, $admin, $bgcolor1, $bgcolor2, $prefix,$descr_cons, $dbi,$id_cons,$desc,$indirizzo,$centralino,$fax,$id_cons_gen,$id_collegio,$idcomune,$chiusa,$id_conf,$tipo_cons,$language,$help; 53 54 $aid=$_SESSION['aid']; 54 55 $dbi=$_SESSION['dbi']; 55 56 $prefix=$_SESSION['prefix']; 56 OpenTable(); 57 58 if (isset($help)) include("language/$language/ele_associazioni.html"); 59 OpenTable(); 60 echo "<hr><br>"; 57 61 $res = mysql_query("SELECT descrizione FROM ".$prefix."_ele_consultazione where id_cons_gen='$id_cons_gen'" , $dbi); 58 62 list ($descr_cons) = mysql_fetch_row($res);
Note:
See TracChangeset
for help on using the changeset viewer.