X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FSelector%2FSearch.php;h=fdcaf58df144387b18a3c88e405c4ac36948dc73;hb=2dc76e8d06eceb12a313bbb013f814fe5193b4c1;hp=46dcfeb2e2c8d4c23870a2983a56e050a069ea44;hpb=b3ac0ed8bd4156bf61905f2b618a7b2183312047;p=civicrm-core.git diff --git a/CRM/Event/Selector/Search.php b/CRM/Event/Selector/Search.php index 46dcfeb2e2..fdcaf58df1 100644 --- a/CRM/Event/Selector/Search.php +++ b/CRM/Event/Selector/Search.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ /** @@ -344,7 +342,7 @@ class CRM_Event_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co $statusClass = $statusClasses[$statusId]; } - $row['showConfirmUrl'] = ($statusClass == 'Pending') ? TRUE : FALSE; + $row['showConfirmUrl'] = $statusClass == 'Pending'; if (!empty($row['participant_is_test'])) { $row['participant_status'] = CRM_Core_TestEntity::appendTestText($row['participant_status']);