Changeset 409 for trunk/admin
- Timestamp:
- Mar 6, 2024, 10:29:44 AM (9 months ago)
- Location:
- trunk/admin
- Files:
-
- 2 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>"; -
trunk/admin/versione.php
r408 r409 1 1 <?php 2 2 3 $versione = "3.0 rev 40 8";3 $versione = "3.0 rev 409"; 4 4 $version_number = $versione; 5 5 $datarel = "06 marzo 2024";
Note:
See TracChangeset
for help on using the changeset viewer.