Changeset 396 for trunk/admin/modules
- Timestamp:
- Jun 10, 2023, 7:18:06 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/aggiornadb.php
r392 r396 122 122 $ret=aggiorna($sql,$dbi,'',$num); 123 123 } else echo "<br><span style=\"color: green;\">- La tabella ".$prefix."_config non richiede questo aggiornamento</span><br>"; 124 125 126 124 if(controllo($prefix.'_config','secret',++$num)) 127 125 { … … 245 243 }else echo "<br><span style=\"color: green;\">- La tabella ".$prefix."_ele_voti_ref non richiede questo aggiornamento</span><br>"; 246 244 245 if(controllo($prefix.'_ele_candidati','Sesso',++$num)) 246 { 247 $sql="ALTER TABLE `".$prefix."_ele_candidati` DROP `Sesso`"; 248 $ret=aggiorna($sql,$dbi,'',$num); 249 } else echo "<br><span style=\"color: green;\">- La tabella ".$prefix."_candidati non richiede questo aggiornamento</span><br>"; 247 250 if(!controllo($prefix.'_ele_voti_candidati','num_cand',++$num)) 248 251 {
Note:
See TracChangeset
for help on using the changeset viewer.