Ignore:
Timestamp:
Mar 27, 2022, 7:51:34 PM (2 years ago)
Author:
roby
Message:

Ritocchi e sistemazioni varie di completamento delle mofifiche precedenti

File:
1 edited

Legend:

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

    r358 r362  
    6666function ele() {
    6767
    68         global $espandi, $aid, $bgcolor1, $bgcolor2,$bgcolor5, $prefix, $dbi, $offset, $min,$descr_cons, $id_cons_gen,$tipo_cons,$genere,$op,$id_comune,$perms,$id_cons,$votog,$votol,$votoc,$votocirc,$tema,$fascia;
     68        global $espandi, $aid, $bgcolor1, $bgcolor2,$bgcolor5, $prefix, $dbi, $offset, $min,$descr_cons, $id_cons_gen,$tipo_cons,$genere,$op,$id_comune,$perms,$id_cons,$votog,$votol,$votoc,$votocirc,$tema,$fascia,$limite;
    6969       
    7070        include ("header.php");
     
    7777
    7878        $row=daticonscom();
    79         if (isset($row['fascia'])) $fascia=$row['fascia'];
     79        if (isset($row['id_fascia'])) $fascia=$row['id_fascia'];
    8080        else
    8181        $fascia=0;
     
    277277                }
    278278                echo "<a href=\"admin.php?op=riepilogo&amp;id_cons_gen=$id_cons_gen\">$bullet "._RIEPILOGO."</a><br>";
    279                 if($tipo_cons==18 or $tipo_cons==19)
    280                         echo "<a href=\"admin.php?op=riepilogovoti&amp;id_cons_gen=$id_cons_gen\">$bullet Tabella dei Totali </a><br>";
     279#               if($tipo_cons==18 or $tipo_cons==19)
     280       
     281                if($genere==5 and ($fascia>$limite or $limite==0))
     282                        echo "<a href=\"admin.php?op=riepilogovoti&amp;id_cons_gen=$id_cons_gen\">$bullet Tabella dei Totali</a><br>";
    281283        }
    282284
Note: See TracChangeset for help on using the changeset viewer.