From 65f916166c212fe8cba9a09b677870550fb0f688 Mon Sep 17 00:00:00 2001 From: Mattias Michaux Date: Tue, 3 May 2016 23:01:08 +0200 Subject: [PATCH] Whitespace fixes. --- CRM/Utils/Type.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Utils/Type.php b/CRM/Utils/Type.php index 730797d64e..db2aa35345 100644 --- a/CRM/Utils/Type.php +++ b/CRM/Utils/Type.php @@ -391,11 +391,13 @@ class CRM_Utils_Type { return $data; } break; + case 'MysqlOrderByDirection': if (CRM_Utils_Rule::mysqlOrderByDirection($data)) { return strtolower($data); } break; + case 'MysqlOrderBy': if (CRM_Utils_Rule::mysqlOrderBy($data)) { return $data; -- 2.25.1