Ignore:
Timestamp:
Dec 1, 2020, 8:25:00 PM (3 years ago)
Author:
roby
Message:

Segue modifiche per la compatibilità php7.x

File:
1 edited

Legend:

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

    r331 r344  
    3737        $row = $sth->fetch(PDO::FETCH_BOTH);   
    3838        $genere = $row[0];
    39 if (isset($param['ops'])) get_magic_quotes_gpc() ? $ops=$param['ops']:$ops=addslashes($param['ops']); else $ops='';
     39if (isset($param['ops'])) $ops=addslashes($param['ops']); else $ops='';
    4040if (isset($param['pag'])) $pag=intval($param['pag']); else $pag=0;
    4141if (isset($param['num_ref'])) $num_ref=intval($param['num_ref']);
Note: See TracChangeset for help on using the changeset viewer.