From 522924554cc63d9545cc23bee743656bae9f2bf7 Mon Sep 17 00:00:00 2001 From: systopia Date: Fri, 6 Jun 2014 13:25:16 +0200 Subject: [PATCH] order participant statuses by weighting --- CRM/Event/BAO/Query.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Event/BAO/Query.php b/CRM/Event/BAO/Query.php index 707e535b79..26b36a36bc 100644 --- a/CRM/Event/BAO/Query.php +++ b/CRM/Event/BAO/Query.php @@ -596,7 +596,6 @@ class CRM_Event_BAO_Query { CRM_Core_Form_Date::buildDateRange($form, 'event', 1, '_start_date_low', '_end_date_high', ts('From'), FALSE); $status = CRM_Event_PseudoConstant::participantStatus(NULL, NULL, 'label'); - asort($status); foreach ($status as $id => $Name) { $form->_participantStatus = &$form->addElement('checkbox', "participant_status_id[$id]", NULL, $Name); } -- 2.25.1