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:
71f84e0
)
Fix mistake in comment
author
Matthew Wire
<mjw@mjwconsult.co.uk>
Sat, 29 Feb 2020 11:09:33 +0000
(11:09 +0000)
committer
Matthew Wire
<mjw@mjwconsult.co.uk>
Sat, 29 Feb 2020 11:09:33 +0000
(11:09 +0000)
CRM/Export/Form/Select.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Export/Form/Select.php
b/CRM/Export/Form/Select.php
index b98ad359e311f31c85c1ab51a3cf08f82cd031db..043c277154aef83e6e50b5bac281ecaa8aec50f1 100644
(file)
--- a/
CRM/Export/Form/Select.php
+++ b/
CRM/Export/Form/Select.php
@@
-490,7
+490,7
@@
FROM {$this->_componentTable}
}
/**
- * Get the query mode (eg. CRM_Co
re
_BAO_Query::MODE_CASE)
+ * Get the query mode (eg. CRM_Co
ntact
_BAO_Query::MODE_CASE)
*
* @return int
*/