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:
852cda6
)
minor fix
author
Monish Deb
<monish.deb@webaccessglobal.com>
Tue, 3 Jan 2017 05:48:11 +0000
(11:18 +0530)
committer
GitHub
<noreply@github.com>
Tue, 3 Jan 2017 05:48:11 +0000
(11:18 +0530)
CRM/Contact/Form/Search/Advanced.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/Search/Advanced.php
b/CRM/Contact/Form/Search/Advanced.php
index c582e79f7b25ded9e980e8eb0b365b509d8d151b..822356e939e5ce8d6878c03e2984870f9e026f79 100644
(file)
--- a/
CRM/Contact/Form/Search/Advanced.php
+++ b/
CRM/Contact/Form/Search/Advanced.php
@@
-196,7
+196,7
@@
class CRM_Contact_Form_Search_Advanced extends CRM_Contact_Form_Search {
public function setDefaultValues() {
$defaults = array_merge($this->_formValues, array(
'privacy_toggle' => 1,
- 'operator' =>
TRUE
,
+ 'operator' =>
'AND'
,
));
$this->normalizeDefaultValues($defaults);