X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FSelector%2FSearch.php;h=fdcaf58df144387b18a3c88e405c4ac36948dc73;hb=a1692bfae3a507ccac910bef28c2580fee850e61;hp=46dcfeb2e2c8d4c23870a2983a56e050a069ea44;hpb=cb1d83c931302919871a8bf5703473c44fd9dcd1;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']);