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_voti.php

    r331 r344  
    3737include("modules/Elezioni/funzionidata.php");
    3838include("modules/Elezioni/ele.php");
    39 if (! get_magic_quotes_gpc()) $magic='addslashes'; else $magic='';
    40 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='';
    4140if (isset($param['pag'])) $pag=intval($param['pag']); else $pag=0;
    4241if (isset($param['num_ref'])) $num_ref=intval($param['num_ref']);
Note: See TracChangeset for help on using the changeset viewer.