Changeset 48 for trunk/admin/modules/Elezioni/ele_configurazione.php
- Timestamp:
- Mar 25, 2010, 12:58:03 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_configurazione.php
r31 r48 54 54 if (isset($param['editor'])) $editor=intval($param['editor']); else $editor='0'; 55 55 if (isset($param['tema_on'])) $tema_on=intval($param['tema_on']); else $tema_on='0'; 56 if (isset($param['help'])) $help=intval($param['help']); 57 56 58 /******************************************************/ 57 59 /*Funzione di visualizzazione globale */ 58 60 /*****************************************************/ 59 61 function all() { 60 global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $prefix2, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$tema ;62 global $tipo_cons,$param,$currentlang, $bgcolor1, $bgcolor2, $prefix, $prefix2, $dbi, $offset, $min, $id_cons,$id_cons_gen,$id_comune,$do,$tema,$language,$help; 61 63 global $gkey,$ed_user,$googlemaps,$editor,$tema_on; 62 64 // $restemp = mysql_query("select count(0) from ".$prefix."_ele_conf where tema='$tema'", $dbi); … … 64 66 65 67 68 if (isset($help)) include("language/$language/ele_configurazione.html"); 66 69 67 70 //-----------------------visualizza riga superiore per inserimento -
Note:
See TracChangeset
for help on using the changeset viewer.