Changeset 407 for trunk/admin/modules/Elezioni/aggiornadb.php
- Timestamp:
- Mar 5, 2024, 10:09:23 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/aggiornadb.php
r401 r407 132 132 echo "<br> Il record cookie_law.php Ú stato eliminato dalla tabella dei widget, usare privacy.php<br>"; 133 133 } else echo "<br><span style=\"color: green;\">- La tabella ".$prefix."_ele_widget non richiede questo aggiornamento</span><br>"; 134 135 136 if(!controllo($prefix.'_ele_con_comune','proiezione',++$num)) 137 { 138 $sql="ALTER TABLE `".$prefix."_ele_cons_comune` ADD `proiezione` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `disgiunto`"; 139 $ret=aggiorna($sql,$dbi,'',$num); 140 $sql="update `".$prefix."_ele_cons_comune` set proiezione='1' where chiusa='1' and id_conf=4"; 141 $ret=aggiorna($sql,$dbi,'',$num); 142 } else echo "<br><span style=\"color: green;\">- La tabella ".$prefix."_cons_comune non richiede questo aggiornamento</span><br>"; 143 134 144 if(!controllo($prefix.'_config','versione',++$num)) 135 145 {
Note:
See TracChangeset
for help on using the changeset viewer.