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

    r336 r344  
    2424$perms=ChiSei(0);
    2525if ($perms!=256) die("Non hai i permessi per inserire dati!");
    26 if (isset($_GET['aid2'])) get_magic_quotes_gpc() ? $aid2=$param['aid2']:$aid2=addslashes($param['aid2']); else $aid2='';
     26if (isset($_GET['aid2'])) $aid2=addslashes($param['aid2']); else $aid2='';
    2727if (isset($_GET['id_sede'])) $id_sede=intval($_GET['id_sede']); else $id_sede='';
    2828if (isset($_GET['id_comune2'])) $id_comune2=intval($_GET['id_comune2']); else $id_comune2='';
Note: See TracChangeset for help on using the changeset viewer.