Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
f91dc988
Commit
f91dc988
authored
May 16, 2013
by
metzlerd
Browse files
Remove comments.
parent
b6831d4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
docformats/FrxMPDF.inc
View file @
f91dc988
...
...
@@ -78,11 +78,7 @@ class FrxMPDF extends FrxDocument {
'Cache-Control'
=>
'private'
,
'Content-Transfer-Encoding'
=>
'binary'
,
'Content-Type'
=>
'application/pdf'
,
// ! TODO !
// after testing beter to put disable this coments to offer save file or take a config variable that chose to save or open.
// 'Content-Length' => strlen($pdf),
// 'Content-Disposition' => 'attachment; filename="a_report_name.pdf"',
);
);
foreach
(
$http_headers
as
$name
=>
$value
)
{
$value
=
preg_replace
(
'/\r?\n(?!\t| )/'
,
''
,
$value
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment