Closed (duplicate)
Project:
cck_map
Version:
5.x-3.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2008 at 12:38 UTC
Updated:
5 May 2008 at 09:09 UTC
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
Comment #1
OliverColeman commentedDuplicate of http://drupal.org/node/194488