help text
urwen - February 13, 2008 - 12:38
| Project: | cck_map |
| Version: | 5.x-3.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
when submitting a new text help the new inserted one is not saved. The mistake is on this line (around 65):
if ($form['field_type']['#value'] == 'map_location') {
unset($form['widget']['default_value_fieldset']);
if (!strlen($form['widget']['description']['#value']))
$form['widget']['description']['#value'] = "";
}
}

#1
Duplicate of http://drupal.org/node/194488