Project:cck_map
Version:5.x-3.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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'] = "";
}
}

Comments

#1

Status:active» closed (duplicate)

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

nobody click here