Skip to content
Snippets Groups Projects
Commit abbeae9a authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Comment cleanup.

parent bf53ad78
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,8 @@ function fillpdf_merge_pdf($fid, $nids = NULL, $webform_arr = NULL, $sample = NU
// Webforms
if (module_exists('webform') && is_array($webform_arr)) {
// Load the submissions inc depending on webform-2.x or webform-3.x
// Load the proper submission helper file and account for the different
// versions of Webform.
$included = module_load_include('inc', 'webform', 'includes/webform.submissions');
if ($included === FALSE) {
module_load_include('inc', 'webform', 'webform_submissions');
......
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