Bug #146
Email comes from address does not save with other config details
| Status: | Closed | Start: | 06/21/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | 12/22/2010 | |
| Assigned to: | tshif | % Done: | 100% |
|
| Category: | - | |||
| Target version: | Customer Service Reporting 1.0.2 |
Description
Email comes from address does not save with other config details. Remains blank, and is not used as return address for reports.
History
Updated by TheShniz over 1 year ago
functions.inc.php neglected to pull in the data from POST, so the database is never updated (it reads just fine).
Add line 98:
$cs_stats_from_email = mysql_escape_string($_POST['cs_stats_from_email']);
Updated by tshif about 1 year ago
- Due date set to 12/22/2010
- Status changed from New to Closed
- Assigned to changed from jacobsj to tshif
- % Done changed from 0 to 100
Thanks - Ill go ahead and get this patched.
Added in r15.