In addition to the findings of PAReview.sh available at http://ventral.org/pa...

Contribution Date
Technology
Contribution Project
Contribution Details

In addition to the findings of PAReview.sh available at http://ventral.org/pareview/httpgitdrupalorgsandboxclinicaltools1444242git
here are my observations:

email_pdfs.module
-------------------------
line 100:

case 'edit': return email_pdfs_node_edit($node, $teaser, $page);

function email_pdfs_node_edit doesn't seem to exist.

line 109: global $user;
variable is not used.

line 118 & 121: $output = email_pdfs_send_template($node);
variable is not used.

line 128:

/** * Implements hook_node_view(). */ function email_pdfs_form_alter(&$form, $form_state, $form_id) {

comment does not match the hook being implemented.

line 139:

/** * Implements hook_node_view(). */ function email_pdfs_preprocess_page(&$vars) {

comment does not match the hook being implemented.

line 212: $sitestyle = variable_get('mimemail_sitestyle', 1);
variable is not used.

email_template.cck.inc
------------------------------
this file does not have a <?php. is it used ?

Contribution Author
Files count
0
Patches count
0