Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fillpdf
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
fillpdf
Commits
b63cc806
Commit
b63cc806
authored
5 years ago
by
Liam Morland
Browse files
Options
Downloads
Patches
Plain Diff
Coding standards
parent
5cf24e60
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fillpdf.module
+2
-3
2 additions, 3 deletions
fillpdf.module
with
2 additions
and
3 deletions
fillpdf.module
+
2
−
3
View file @
b63cc806
...
...
@@ -1062,6 +1062,8 @@ function _fillpdf_build_options_object($force_download, $flatten, $fillpdf_info,
/**
* Figure out what to do with the PDF and do it.
*
* Normally, this calls drupal_exit(). In error conditions, it returns void.
*
* @param object $fillpdf_object
* Metadata object, usually generated by _fillpdf_build_options_object().
* @param string $action
...
...
@@ -1075,9 +1077,6 @@ function _fillpdf_build_options_object($force_download, $flatten, $fillpdf_info,
* to the user's browser.
*
* Here, specifically, it's for generating the filename of the handled PDF.
*
* @return null
* Normally, this calls drupal_exit(). In error conditions, it returns NULL.
*/
function
fillpdf_merge_perform_pdf_action
(
$fillpdf_object
,
$action
=
'download'
,
$force_download
=
FALSE
)
{
$pdf_info
=
$fillpdf_object
->
info
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment