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:
57d4438
)
CRM-19958 Fix invalid name of variable subtype
author
scardinius
<scardinius@chords.pl>
Thu, 2 Feb 2017 16:08:53 +0000
(17:08 +0100)
committer
scardinius
<scardinius@chords.pl>
Thu, 2 Feb 2017 16:08:53 +0000
(17:08 +0100)
CRM/Contact/BAO/ContactType.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/ContactType.php
b/CRM/Contact/BAO/ContactType.php
index a73acc4ef6f06e85df51f6c517eca53ba3978128..2efb3774647a65bfb06123aebd6bd05e9a00b335 100644
(file)
--- a/
CRM/Contact/BAO/ContactType.php
+++ b/
CRM/Contact/BAO/ContactType.php
@@
-842,7
+842,7
@@
LIMIT 1";
$customSet = $subTypeClause = array();
foreach ($subtypeSet as $subtype) {
$subtype = CRM_Utils_Type::escape($subtype, 'String');
- $sub
T
ype = CRM_Core_DAO::VALUE_SEPARATOR . $subtype . CRM_Core_DAO::VALUE_SEPARATOR;
+ $sub
t
ype = CRM_Core_DAO::VALUE_SEPARATOR . $subtype . CRM_Core_DAO::VALUE_SEPARATOR;
$subTypeClause[] = "extends_entity_column_value LIKE '%{$subtype}%' ";
}
$query = "SELECT table_name