watchdog debug statement on every signup page output
halkeye - September 21, 2009 - 21:02
| Project: | Event |
| Version: | 6.x-2.x-dev |
| Component: | Calendar Signup |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
File:event/contrib/calendarsignup/calendarsignup.module
function calendarsignup_forms($form_id, $args) {
watchdog('calendarsignup_forms', $form_id);
I've attached the one line patch necessary to fix this.
This is a svn diff format, so I hope it still works.
| Attachment | Size |
|---|---|
| signup.patch | 546 bytes |
