When going to faq configure get the following php error:
Undefined variable: form in C:\WWWRoot\drupal\modules\faq\faq.module on line 1767.

This is caused because $form has not be created in the switch case for configure.
To resolve this: at line 1745 replace the break statement with a return statement.

Comments

stella’s picture

Status: Active » Fixed

Thanks! I've fixed this and checked it into CVS. It will be included in the next release.

Cheers,
Stella

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

stella’s picture

Released in FAQ 6.x-1.3.

Cheers,
Stella