Ignore:
Timestamp:
Mar 13, 2018, 9:26:23 PM (6 years ago)
Author:
roby
Message:

adeguata la funzione di installazione al php7

File:
1 edited

Legend:

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

    r32 r254  
    5353$sql = "select stemma from ".$prefix."_ele_conf where id_com='0'";
    5454$res = mysql_query($sql,$dbi);
    55 $dati = mysql_fetch_array($res);
    56 $stemma = $dati['stemma'];
     55if($res)
     56        {
     57        $dati = mysql_fetch_array($res);
     58        $stemma = $dati['stemma'];
     59        }
    5760}
    5861echo $stemma;
Note: See TracChangeset for help on using the changeset viewer.