Changeset 384 for trunk/admin/modules/Elezioni/aggiornadb.php
- Timestamp:
- Jan 24, 2023, 6:25:59 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/aggiornadb.php
r383 r384 3 3 #imposta il charset su utf8, qualsiasi altro valore per cambiarlo in latin1; 4 4 $newcs='utf8'; 5 /* 5 6 6 @require_once("..\..\config.php"); 7 7 try{ … … 14 14 die( $sql . "<br>" . $e->getMessage()); 15 15 } 16 */ 16 17 17 18 18 ############### … … 272 272 273 273 $sql="ALTER TABLE `".$prefix."_ele_lista` CHANGE `num_circ` `num_circ` INT(2) UNSIGNED NOT NULL DEFAULT '1';"; 274 $ret=aggiorna($sql,$dbi,'',$num); 275 276 echo "<br><br>".++$num.") Aggiornamento della tabella _ele_conf per la nuova gestione della L.R. Sicilia"; 277 $sql="UPDATE `".$prefix."_ele_conf` SET `inffisso` = '1' WHERE `id_conf` = 4;"; 274 278 $ret=aggiorna($sql,$dbi,'',$num); 275 279
Note:
See TracChangeset
for help on using the changeset viewer.