Changeset 437


Ignore:
Timestamp:
Mar 27, 2025, 12:03:11 AM (9 months ago)
Author:
roby
Message:
  • ADMIN

-- Aggiunto il file di associazione tra collegi uninominali e plurinominali per l'import da file dait

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/modules/Elezioni/ele.php

    r436 r437  
    234234#                       if($nrgruppo==0 and $nrlista==0)
    235235                        echo "<a href=\"admin.php?op=importa&amp;id_cons_gen=$id_cons_gen\">$bullet"._IMPORTA."</a><br>";
    236                         if($tipo_cons==8 or $tipo_cons!=14 )
     236                        if($tipo_cons==8 or $tipo_cons==14 )
    237237                                echo "<a href=\"admin.php?op=importadaiteuro&amp;id_cons_gen=$id_cons_gen\">$bullet Importa da DAIT</a><br>";
    238238                        elseif(($tipo_cons>5 and $tipo_cons<20) and $tipo_cons!=9 and $tipo_cons!=12 and $tipo_cons!=13 and $tipo_cons!=17 )
  • trunk/admin/versione.php

    r436 r437  
    11<?php
    22
    3 $versione = "3.0 rev 436";
     3$versione = "3.0 rev 437";
    44$version_number = $versione;
    55$datarel = "26 marzo 2025";
  • trunk/client/versione.php

    r436 r437  
    11<?php
    22
    3 $versione = "3.0 rev 436";
     3$versione = "3.0 rev 437";
    44$version_number = $versione;
    55$datarel = "26 marzo 2024";
Note: See TracChangeset for help on using the changeset viewer.