Changeset 423 for trunk/admin/modules
- Timestamp:
- Jun 5, 2024, 7:15:47 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/aggiornadb.php
r416 r423 323 323 echo "<br>".++$num.") Aggiornamento tabella ".$prefix."_ele_voti_gruppo"; 324 324 $sql="update `".$prefix."_ele_voti_gruppo` as t1 left join `".$prefix."_ele_gruppo` as t2 on t1.id_gruppo=t2.id_gruppo set t1.num_gruppo=t2.num_gruppo;"; 325 $ret=aggiorna($sql,$dbi,'',$num); 326 327 echo "<br>".++$num.") Aggiornamento tabella ".$prefix."_ele_conf"; 328 $sql="update `".$prefix."_ele_conf` SET `supdisgiunto` = '1' WHERE `soraldo_ele_conf`.`id_conf` = 7;"; 325 329 $ret=aggiorna($sql,$dbi,'',$num); 326 330
Note:
See TracChangeset
for help on using the changeset viewer.