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:
c0bcfbc
)
format fix
author
monishdeb
<monish.deb@webaccessglobal.com>
Fri, 28 Aug 2015 11:18:34 +0000
(16:48 +0530)
committer
monishdeb
<monish.deb@webaccessglobal.com>
Wed, 9 Sep 2015 14:52:28 +0000
(20:22 +0530)
CRM/Event/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/BAO/Query.php
b/CRM/Event/BAO/Query.php
index 09f75897950115f89fb32ff654f613363245015e..2752f8d2af3bb926655051e13f32a4ad78298734 100644
(file)
--- a/
CRM/Event/BAO/Query.php
+++ b/
CRM/Event/BAO/Query.php
@@
-386,8
+386,8
@@
class CRM_Event_BAO_Query {
case 'participant_role':
case 'participant_role_id':
-
$qillName = $name;
-
$name = 'role_id';
+ $qillName = $name;
+ $name = 'role_id';
if (is_array($value) && in_array(key($value), CRM_Core_DAO::acceptedSQLOperators(), TRUE)) {
$op = key($value);