projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd72649
)
formatting fixes
author
Donald A. Lobo
<lobo@civicrm.org>
Sun, 31 Mar 2013 21:45:19 +0000
(14:45 -0700)
committer
Donald A. Lobo
<lobo@civicrm.org>
Sun, 31 Mar 2013 21:46:52 +0000
(14:46 -0700)
api/v3/Event.php
patch
|
blob
|
blame
|
history
diff --git
a/api/v3/Event.php
b/api/v3/Event.php
index d05a3f4eb6b072d6a3db693adef542926758c708..162f75cb7634f8e2a5ea155916dc99240d5bf55b 100644
(file)
--- 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)) {