From abbeae9aa61706592a6d0864e11306f3b52f3576 Mon Sep 17 00:00:00 2001 From: Kevin Kaland <kevin@wizonesolutions.com> Date: Tue, 24 Jul 2012 21:31:03 +0200 Subject: [PATCH] Comment cleanup. --- fillpdf.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fillpdf.module b/fillpdf.module index 5ee5502..4eb928b 100644 --- a/fillpdf.module +++ b/fillpdf.module @@ -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'); -- GitLab