Ignore:
Timestamp:
Jun 5, 2014, 7:01:45 PM (10 years ago)
Author:
roby
Message:

client: ulteriore modifica della funzione di proiezione del consiglio comunale

  • predisposta la possibilità di modifica del nome. a volte troppo lungo, del file dai dati da scaricare (da terminare)
File:
1 edited

Legend:

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

    r118 r225  
    3232if ($xls==1) {
    3333        $nomefile=strip_tags(str_replace(" ", "_", $datipdf).".xls");
    34 
     34#       $nomefile=$_SESSION['nomefile'].".xls";
    3535        header ("Content-Type: application/vnd.ms-excel");
    3636        header ("Content-Disposition: inline; filename=$nomefile");
     
    250250                $style .="</td></tr></table>";
    251251                $nomefile=strip_tags($datipdf).".pdf";
     252#               $nomefile=$_SESSION['nomefile'].".pdf";
    252253                $nomefile=str_replace(" ", "_",$nomefile);
    253254                // conversion HTML => PDF
Note: See TracChangeset for help on using the changeset viewer.