In 1.2x versions of ZC the function zen_draw_textarea_field was defined as:
function zen_draw_textarea_field($name, $wrap, $width, $height, $text = '', $parameters = '', $reinsert_value = true)
in the new 1.3x version it is defined as:
function zen_draw_textarea_field($name, $width, $height, $text = '', $parameters = '', $reinsert_value = true)
However when I search the latest 1.3.01 code base I find dozens of calls that still pass 'soft' as the second parameter. In all of these cases the zen_draw_textarea_field function fails. These calls will all need to be corrected I suspect...
Jeff



