Notices
webchick - June 6, 2009 - 03:58
| Project: | Signatures for Forums |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
Thanks Chick-o-the-Web, I love squashing notices. :)
#2
Curses, foiled again! There are some more notices on node/comment pages.