projects
/
WP-Plugins
/
glm-member-db-customfields.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85994d5
)
Removed duplicate line without texarea test that was clearing data when textarea...
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 18 Apr 2018 00:35:55 +0000
(20:35 -0400)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 18 Apr 2018 00:35:55 +0000
(20:35 -0400)
classes/customFieldSupport.php
patch
|
blob
|
history
diff --git
a/classes/customFieldSupport.php
b/classes/customFieldSupport.php
index
54fa4cf
..
82d3965
100644
(file)
--- a/
classes/customFieldSupport.php
+++ b/
classes/customFieldSupport.php
@@
-287,7
+287,6
@@
class GlmCustomFieldSupport extends GlmDataFieldsCustomFields
$checkbox_data = ($fType=='checkbox' ? $field['submitted'] : false);
$integer_data = ($fType=='integer' ? $field['submitted'] : false);
$float_data = ($fType=='float' ? $field['submitted'] : false);
- $text_data = ($fType=='text'||$fType=='picklist' ? $field['submitted'] : '');
$res = $this->wpdb->update(
GLM_MEMBERS_CUSTOMFIELDS_PLUGIN_DB_PREFIX.'custom_field_data',