Changeset 413 for trunk/admin/modules/Elezioni/salva_voti.php
- Timestamp:
- May 17, 2024, 8:50:17 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/salva_voti.php
r407 r413 47 47 $result->execute(); 48 48 list($flagsg,$disgiunto,$chiusa)=$result->fetch(PDO::FETCH_NUM); 49 if(!$chiusa ){49 if(!$chiusa==1){ 50 50 if (!isset($fileout)) $fileout=''; 51 51 #if(($voti_u+$voti_d) and !$voti_t) $voti_t=$voti_u+$voti_d;
Note:
See TracChangeset
for help on using the changeset viewer.