When running the coder formatter on an exported CCK type the result produces PHP that fails a syntax check using php -l filename
An exported CCK text field may very often contain this:
'default_value' =>
array (
),
after processing with the code_formatter.php it now looks like this:
'default_value' =>
array (,
),
Comments
Comment #1
klausiCoder for Drupal 6 is now frozen and only security fixes will be applied. Feel free to update this issue and reopen against 7.x-2.x or 8.x-2.x.