Skip to content
Snippets Groups Projects
Commit b63cc806 authored by Liam Morland's avatar Liam Morland
Browse files

Coding standards

parent 5cf24e60
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment