From afef19e462262ce02282f9ad37f378c100f7e2d9 Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Sun, 31 Mar 2013 14:45:19 -0700 Subject: [PATCH] formatting fixes --- api/v3/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Event.php b/api/v3/Event.php index d05a3f4eb6..162f75cb76 100644 --- a/api/v3/Event.php +++ b/api/v3/Event.php @@ -135,7 +135,7 @@ function civicrm_api3_event_get($params) { $eventDAO->whereAdd( '( is_template = 1 )' ); } else { - $eventDAO->whereAdd('( is_template IS NULL ) OR ( is_template = 0 )'); + $eventDAO->whereAdd('( is_template IS NULL ) OR ( is_template = 0 )'); } if (CRM_Utils_Array::value('isCurrent', $params)) { -- 2.25.1