Skip to content
Snippets Groups Projects
Commit afef19e4 authored by lobo's avatar lobo
Browse files

formatting fixes

parent fd726496
No related branches found
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment