change rawurlencode

This commit is contained in:
wlx 2013-05-09 16:44:34 +00:00
parent 9bf53a378f
commit dd2a992086
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ class ServiceController extends Zend_Controller_Action
} else if (preg_match("/Firefox/", $ua)) { } else if (preg_match("/Firefox/", $ua)) {
//$dispostion; //$dispostion;
} else { } else {
$dispostion = 'attachment; filename='.rawurlencode($row['title']).'.doc'; $dispostion = 'attachment; filename='.urlencode($row['title']).'.doc';
} }
$content.=$xslt->transformToXML($dom); $content.=$xslt->transformToXML($dom);