Changeset 409 for trunk/admin/modules
- Timestamp:
- Mar 6, 2024, 10:29:44 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/aggiornadb.php
r408 r409 138 138 $sql="ALTER TABLE `".$prefix."_ele_cons_comune` ADD `proiezione` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `disgiunto`"; 139 139 $ret=aggiorna($sql,$dbi,'',$num); 140 $sql="update `".$prefix."_ele_cons_comune` set proiezione='1' where chiusa='1' and id_conf =4";140 $sql="update `".$prefix."_ele_cons_comune` set proiezione='1' where chiusa='1' and id_conf>0"; 141 141 $ret=aggiorna($sql,$dbi,'',$num); 142 142 } else echo "<br><span style=\"color: green;\">- La tabella ".$prefix."_cons_comune non richiede questo aggiornamento</span><br>";
Note:
See TracChangeset
for help on using the changeset viewer.