Changeset 411 for trunk/admin/modules
- Timestamp:
- Apr 6, 2024, 12:09:37 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/aggiornadb.php
r409 r411 349 349 echo "<br><br>".++$num.") Aggiornamento della tabella _ele_conf per la nuova gestione della L.R. Sicilia"; 350 350 $sql="UPDATE `".$prefix."_ele_conf` SET `inffisso` = '1' WHERE `id_conf` = 4;"; 351 $ret=aggiorna($sql,$dbi,'',$num); 352 353 echo "<br><br>".++$num.") Aggiornamento del campo numero candidato della tabella _ele_voti_candidati per le consultazioni precedenti all'aggiunta del campo stesso"; 354 $sql="update `".$prefix."_ele_voti_candidati` as t1 left join `".$prefix."_ele_candidati` as t2 on t1.id_cand=t2.id_cand set t1.num_cand=t2.num_cand where t1.num_cand=0 and t2.num_cand>0;"; 351 355 $ret=aggiorna($sql,$dbi,'',$num); 352 356
Note:
See TracChangeset
for help on using the changeset viewer.