INFRA-132 - CRM/Mailing - phpcbf
[civicrm-core.git] / CRM / Mailing / Page / AJAX.php
index 13e78d4f5827637961aa630b9c80eff51836d9b5..f3d3487bbe3fbfa04f5a39a3c96ce099aecd7d20 100644 (file)
@@ -66,7 +66,12 @@ class CRM_Mailing_Page_AJAX {
     $contactID = CRM_Utils_Type::escape($_GET['contact_id'], 'Integer');
 
     $sortMapper = array(
-      0 => 'subject', 1 => 'creator_name', 2 => '', 3 => 'start_date', 4 => '', 5 => 'links',
+      0 => 'subject',
+    1 => 'creator_name',
+    2 => '',
+    3 => 'start_date',
+    4 => '',
+    5 => 'links',
     );
 
     $sEcho     = CRM_Utils_Type::escape($_REQUEST['sEcho'], 'Integer');