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:
fe66d6e
)
Increase Default sizes to 255
author
Seamus Lee
<seamuslee001@gmail.com>
Tue, 15 Dec 2015 01:16:35 +0000
(
01:16
+0000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Tue, 15 Dec 2015 01:16:35 +0000
(
01:16
+0000)
CRM/Export/BAO/Export.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Export/BAO/Export.php
b/CRM/Export/BAO/Export.php
index 7ce5e0a555d53a145e6f406507209d4603ecf2ee..104e72612aef2afade6f87266024049eb294f093 100644
(file)
--- a/
CRM/Export/BAO/Export.php
+++ b/
CRM/Export/BAO/Export.php
@@
-1465,12
+1465,12
@@
INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c
break;
default:
- $sqlColumns[$fieldName] = "$fieldName varchar(
64
)";
+ $sqlColumns[$fieldName] = "$fieldName varchar(
255
)";
break;
}
}
else {
- $sqlColumns[$fieldName] = "$fieldName varchar(
64
)";
+ $sqlColumns[$fieldName] = "$fieldName varchar(
255
)";
}
}
}