| Summary | custom SQL driver bug (keep local copy value) |
| Queue | Forwards |
| Queue Version | 3.0.1 |
| Type | Bug |
| State | Resolved |
| Priority | 3. High |
| Owners | |
| Requester | czigola (at) gmail (dot) com |
| Created | 4/20/07 (7008 days ago) |
| Due | 2/28/07 (7059 days ago) |
| Updated | 4/20/07 (7008 days ago) |
| Assigned | |
| Resolved | 4/20/07 (7008 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Due ⇒ 2/28/07
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ custom SQL driver bug (keep local copy value)
Due ⇒ 3/31/07
Queue ⇒ Forwards
forwarded addresses will be a "Y" or "N" value provided as \L."
This is correct, and the module later depends on this domain of
values. However forwards/lib/Driver/customsql.php on line 77 sets the
value to either 'Yes' or 'No'.
I suggest to change the file mentioned at line 77 to:
$keeplocal = ($keeplocal == 'on') ? 'Y' : 'N';