Changeset 196


Ignore:
Timestamp:
Apr 1, 2014, 12:11:43 AM (10 years ago)
Author:
roby
Message:
 
Location:
trunk
Files:
3 edited

Legend:

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

    r195 r196  
    8888        $sqlcomu="select fascia from ".$prefix."_ele_cons_comune where id_cons='$id_cons'";
    8989        $res = mysql_query($sqlcomu);
     90        if ($res)
    9091        list($fascia)=mysql_fetch_row($res);
    91        
     92        else
     93        $fascia=0;
    9294        $otable= "<table bgcolor=\"$bgcolor1\" width=\"100%\"   cellpadding=\"0\" cellspacing=\"2\"  BORDER=\"0\">\n <tr><td>&nbsp;&nbsp;&nbsp;</td><td valign=\"top\" align=\"left\">";
    9395        $otable1= "<table  width=\"100%\"   cellpadding=\"0\" cellspacing=\"2\"  BORDER=\"0\">\n <tr><td valign=\"top\" width=\"180\">";
  • trunk/admin/versione.php

    r194 r196  
    11<?php
    2 $versione="2.0 rev 194";
     2$versione="2.0 rev 196";
    33?>
  • trunk/client/versione.php

    r194 r196  
    11<?php
    2 $versione="2.0 rev 194";
     2$versione="2.0 rev 196";
    33?>
Note: See TracChangeset for help on using the changeset viewer.