Ignore:
Timestamp:
Apr 16, 2016, 8:46:27 AM (8 years ago)
Author:
luc
Message:

Eliminazione problema stampa xls (csv) e ampliamento form per descrizione del referendum in admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/crea_pagina.php

    r225 r252  
    3131
    3232if ($xls==1) {
    33         $nomefile=strip_tags(str_replace(" ", "_", $datipdf).".xls");
     33
     34        $nomefile=strip_tags(str_replace(array('"', "'", ' ', ','), "_", $datipdf).".xls");
    3435#       $nomefile=$_SESSION['nomefile'].".xls";
    3536        header ("Content-Type: application/vnd.ms-excel");
Note: See TracChangeset for help on using the changeset viewer.