Closed (fixed)
Project:
Webform
Version:
6.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2010 at 02:17 UTC
Updated:
24 Apr 2010 at 02:30 UTC
Jump to comment: Most recent file
The "webform_debug" variables allows you to print out debugging information after creating submissions. This was intended as a development tool mostly for viewing the contents of e-mails without actually sending them. However I personally don't use it since I have a local mail server set up, and alternatively you can now log e-mails to watchdog instead of sending them using the devel module. And of course if you're doing development, you could always just put these debugging statements directly in the code if you needed them. For these reasons, I think it's time to say good-bye to this variable, which should prevent unnecessary confusion when this option gets accidentally enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_debug_remove.patch | 4.17 KB | quicksketch |
| webform_debug_remove.patch | 2.93 KB | quicksketch |
Comments
Comment #1
quicksketchLooks like that last patch didn't have the changes to webform.admin.inc included. Here we are. This patch has been committed to both 3.x branches.
Comment #2
quicksketchSheesh, the committed patch.