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

    r338 r344  
    4747if (isset($_GET['ops'])) $ops=intval($_GET['ops']); else $ops='3';
    4848if (isset($_GET['delete'])) $delete=intval($_GET['delete']); else $delete='0';
    49 if (isset($_GET['circo'])) get_magic_quotes_gpc() ? $circo=$_GET['circo']:$circo=addslashes($_GET['circo']); else $circo='';
     49if (isset($_GET['circo'])) $circo=addslashes($_GET['circo']); else $circo='';
    5050
    5151global $prefix,$id_parz,$fileout;
Note: See TracChangeset for help on using the changeset viewer.