diff --git a/print_mail/print_mail.module b/print_mail/print_mail.module index ecfb92d595e1d368df82557e8a7c5df5af1d413f..062310fb69d028ffbbd1f13f64cfe8b321a585ce 100644 --- a/print_mail/print_mail.module +++ b/print_mail/print_mail.module @@ -1,5 +1,5 @@ $format['text'], 'attributes' => $format['attributes'], 'html' => $format['html'], - ); + ); return $links; } @@ -105,7 +105,7 @@ function print_mail_link($type, $node = NULL, $teaser = FALSE) { 'attributes' => $format['attributes'], 'html' => $format['html'], 'query' => $query, - ); + ); return $links; } diff --git a/print_pdf/print_pdf.module b/print_pdf/print_pdf.module index f3f155955cc6c1fe47aa48fba846288edf285620..ccd51e221009082a8ed930f9a80426d40e0ec97b 100644 --- a/print_pdf/print_pdf.module +++ b/print_pdf/print_pdf.module @@ -1,5 +1,5 @@ $format['text'], 'attributes' => $format['attributes'], 'html' => $format['html'], - ); + ); return $links; } @@ -149,7 +149,7 @@ function print_pdf_link($type, $node = NULL, $teaser = FALSE) { 'attributes' => $format['attributes'], 'html' => $format['html'], 'query' => $query, - ); + ); return $links; }