Skip to content

Commit

Permalink
tpl notices and docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Jan 10, 2022
1 parent b2d2768 commit a46fca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CRM/Utils/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public static function setMimeParams($message, $params = NULL) {

/**
* @param string $name
* @param $email
* @param string $email
* @param bool $useQuote
*
* @return null|string
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Activity/Form/Selector.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<td>
{if $row.mailingId}
<a href="{$row.mailingId}" title="{ts}View Mailing Report{/ts}">{$row.recipients}</a>
{elseif $row.recipients}
{elseif !empty($row.recipients)}
{$row.recipients}
{elseif !$row.target_contact_name}
<em>n/a</em>
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Activity/Selector/Selector.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="crm-activity-selector-{$context}">
<div class="crm-accordion-wrapper crm-search_filters-accordion">
<div class="crm-accordion-header">
{ts}Filter by Activity{/ts}</a>
{ts}Filter by Activity{/ts}
</div><!-- /.crm-accordion-header -->
<div class="crm-accordion-body">
<form><!-- form element is here to fool the datepicker widget -->
Expand Down

0 comments on commit a46fca6

Please sign in to comment.