X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCampaign%2FForm%2FTask%2FInterview.php;h=cfee48b717ac8ecc8f29fe00691a928fbae768df;hb=ee9c028679b097f6f7e92f367a6cb8da3fd54037;hp=e742e619c4064708b2c5c381e0bf66c6f137ae20;hpb=17d83a01db1059f95af45e3bd8898e353e52c02c;p=civicrm-core.git diff --git a/CRM/Campaign/Form/Task/Interview.php b/CRM/Campaign/Form/Task/Interview.php index e742e619c4..cfee48b717 100755 --- a/CRM/Campaign/Form/Task/Interview.php +++ b/CRM/Campaign/Form/Task/Interview.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2014 | + | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -23,12 +23,12 @@ | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ -*/ + */ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2014 + * @copyright CiviCRM LLC (c) 2004-2015 * $Id$ * */ @@ -69,7 +69,7 @@ class CRM_Campaign_Form_Task_Interview extends CRM_Campaign_Form_Task { private $_allowAjaxReleaseButton; /** - * Build all the data structures needed to build the form + * Build all the data structures needed to build the form. * * @return void */ @@ -280,7 +280,7 @@ WHERE {$clause} } /** - * Build the form object + * Build the form object. * * * @return void @@ -441,7 +441,7 @@ WHERE {$clause} } /** - * Process the form after the input has been submitted and validated + * Process the form after the input has been submitted and validated. * * * @return void @@ -546,8 +546,7 @@ WHERE {$clause} $subject = ''; $surveyTitle = CRM_Utils_Array::value('surveyTitle', $params); if ($surveyTitle) { - $subject = ts('%1', array(1 => $surveyTitle)); - $subject .= ' - '; + $subject = $surveyTitle . ' - '; } $subject .= ts('Respondent Interview'); @@ -662,4 +661,5 @@ INNER JOIN {$tempTableName} ON ( {$tempTableName}.survey_contact_id = contact.i } } } + }