Active
Project:
Node and Comments Form Settings
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2011 at 06:39 UTC
Updated:
28 Jun 2011 at 06:39 UTC
CCK Textarea input selection does not save it's state - both radios are always empty.
Also, cckformsettings.module, Line 20
if($text_processing = 1) {
has to be changed to
if($text_processing == 1) {