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:
4e6072d
)
change var name to camel case
author
Eileen McNaughton
<eileen@fuzion.co.nz>
Sat, 24 May 2014 02:19:36 +0000
(14:19 +1200)
committer
Eileen McNaughton
<eileen@fuzion.co.nz>
Sat, 24 May 2014 02:19:36 +0000
(14:19 +1200)
CRM/Contact/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Query.php
b/CRM/Contact/BAO/Query.php
index b8c32e54daf2b6ee16ff39d5140d3dcc6a0740c8..aca2545a179bf65aad90c59d236465cc12a5c1a0 100644
(file)
--- a/
CRM/Contact/BAO/Query.php
+++ b/
CRM/Contact/BAO/Query.php
@@
-1337,12
+1337,12
@@
class CRM_Contact_BAO_Query {
$having = '';
if (!empty($this->_having)) {
- foreach ($this->_having as $having
s
ets) {
- foreach ($having
sets as $havings
et) {
- $having
value[] = $havings
et;
+ foreach ($this->_having as $having
S
ets) {
+ foreach ($having
Sets as $havingS
et) {
+ $having
Value[] = $havingS
et;
}
}
- $having = ' HAVING ' . implode(' AND ', $having
v
alue);
+ $having = ' HAVING ' . implode(' AND ', $having
V
alue);
}
// if we are doing a transform, do it here