diff --git a/application/default/controllers/ServiceController.php b/application/default/controllers/ServiceController.php index a348c236..2dffa930 100644 --- a/application/default/controllers/ServiceController.php +++ b/application/default/controllers/ServiceController.php @@ -340,9 +340,9 @@ class ServiceController extends Zend_Controller_Action if (preg_match("/MSIE/", $ua)) { $dispostion = 'attachment; filename="'.urlencode($row['title']).'.doc"'; } else if (preg_match("/Firefox/", $ua)) { - $dispostion; + //$dispostion; } else { - $dispostion = 'attachment; filename*="'.urlencode($row['title']).'.doc"'; + //$dispostion = 'attachment; filename*="'.urlencode($row['title']).'.doc"'; } $content.=$xslt->transformToXML($dom);