Closed (fixed)
Project:
Webform
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2010 at 21:17 UTC
Updated:
8 Apr 2010 at 02:10 UTC
Jump to comment: Most recent file
When we switched e-mail configuration from being a single-configuration to sets of configurations, in most places we eliminated the use of $cid and instead pass around $email (which may contain $cid in $email['address']). We should update our theme functions and templates to have an $email variable instead of $cid. See http://drupal.org/node/731672#comment-2672104 for a little more on this.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_email_remove_cid6.patch | 5.71 KB | quicksketch |
| #2 | webform_email_remove_cid7.patch | 5.33 KB | quicksketch |
Comments
Comment #1
quicksketchComment #2
quicksketchCommitted attached patches.