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:
7708f09
)
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>
Sat, 5 Sep 2015 08:26:30 +0000
(13:56 +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 9f21545e7d9b5c507c674f2494a6dea56270f019..0c8c35732b9a661cb44d4366e7ceec80fc99d50b 100644
(file)
--- a/
CRM/Event/BAO/Query.php
+++ b/
CRM/Event/BAO/Query.php
@@
-383,8
+383,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);