formatting fixes
authorDonald A. Lobo <lobo@civicrm.org>
Sun, 31 Mar 2013 21:45:19 +0000 (14:45 -0700)
committerDonald A. Lobo <lobo@civicrm.org>
Sun, 31 Mar 2013 21:46:52 +0000 (14:46 -0700)
api/v3/Event.php

index d05a3f4eb6b072d6a3db693adef542926758c708..162f75cb7634f8e2a5ea155916dc99240d5bf55b 100644 (file)
@@ -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)) {