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/ele_riepilogovoti.php

    r315 r344  
    3636include("modules/Elezioni/funzionidata.php");
    3737include("modules/Elezioni/ele.php");
    38 if (! get_magic_quotes_gpc()) $magic='addslashes'; else $magic='';
    39 if (isset($param['ops'])) get_magic_quotes_gpc() ? $ops=$param['ops']:$ops=addslashes($param['ops']); else $ops='';
     38if (isset($param['ops'])) $ops=addslashes($param['ops']); else $ops='';
    4039if (isset($param['pag'])) $pag=intval($param['pag']); else $pag=0;
    4140if (isset($param['num_ref'])) $num_ref=intval($param['num_ref']);
Note: See TracChangeset for help on using the changeset viewer.