Changeset 225 for trunk/client/modules/Elezioni/crea_pagina.php
- Timestamp:
- Jun 5, 2014, 7:01:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/crea_pagina.php
r118 r225 32 32 if ($xls==1) { 33 33 $nomefile=strip_tags(str_replace(" ", "_", $datipdf).".xls"); 34 34 # $nomefile=$_SESSION['nomefile'].".xls"; 35 35 header ("Content-Type: application/vnd.ms-excel"); 36 36 header ("Content-Disposition: inline; filename=$nomefile"); … … 250 250 $style .="</td></tr></table>"; 251 251 $nomefile=strip_tags($datipdf).".pdf"; 252 # $nomefile=$_SESSION['nomefile'].".pdf"; 252 253 $nomefile=str_replace(" ", "_",$nomefile); 253 254 // conversion HTML => PDF
Note:
See TracChangeset
for help on using the changeset viewer.