If you go to your user page before having visited the settings page for the module, you get:



    * notice: Undefined index: signature_forum_show_for_comment in /Users/webchick/Sites/drubb/sites/all/modules/signature_forum/signature_forum.module on line 314.
    * notice: Undefined index: signature_forum_show_for_forum in /Users/webchick/Sites/drubb/sites/all/modules/signature_forum/signature_forum.module on line 314.
    * notice: Undefined index: signature_forum_show_for_page in /Users/webchick/Sites/drubb/sites/all/modules/signature_forum/signature_forum.module on line 314.
    * notice: Undefined index: signature_forum_show_for_poll in /Users/webchick/Sites/drubb/sites/all/modules/signature_forum/signature_forum.module on line 314.
    * notice: Undefined index: signature_forum_show_for_story in /Users/webchick/Sites/drubb/sites/all/modules/signature_forum/signature_forum.module on line 314.

notices will only show up on a dev release or -r DRUPAL-6 checkout. Should probably be an if (!empty()) check around these variables.

Comments

liam mcdermott’s picture

Status: Active » Fixed

Thanks Chick-o-the-Web, I love squashing notices. :)

liam mcdermott’s picture

Status: Fixed » Active

Curses, foiled again! There are some more notices on node/comment pages.