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/client/modules/Elezioni/candidato.php

    r2 r254  
    136136       
    137137        $res = mysql_query("SELECT id_cons FROM ".$prefix."_ele_candidati where id_cons='$id_cons' and cognome like \"$lettera%\"  ", $dbi);
    138         $max = mysql_num_rows($res);
     138    if($res)    $max = mysql_num_rows($res);
    139139       
    140140        }
Note: See TracChangeset for help on using the changeset viewer.