Need this for a few older D6 sites.

CommentFileSizeAuthor
#1 D6_backport-1870066.patch7.89 KBlolandese

Comments

lolandese’s picture

Status: Active » Needs review
StatusFileSize
new7.89 KB
lolandese’s picture

Status: Needs review » Reviewed & tested by the community

In autofloat.module line 63:

    case 'settings':
      $form['autofloat']['notice'] = array(
      '#value' => t('<p>These settings are shared by all the input formats where <em>Autofloat</em> is enabled:</p>'),
      );
      return $form;

..seems to be obsolete. It appears not to be used anywhere.

Apart from this, it seems fully functional (similar to D7). Works as expected.

lolandese’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Reviewed & tested by the community » Closed (fixed)

Committed and pushed to a new 6.x-1.x branch.