6.0.0-RC7
6/27/26

[#5272] custom SQL driver bug (keep local copy value)
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

History
278 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Due ⇒ 2/28/07
Reply to this comment
Good catch - fixed in CVS now, thanks.
537 czigola (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ custom SQL driver bug (keep local copy value)
Due ⇒ 3/31/07
Queue ⇒ Forwards
Reply to this comment
The sork forwards module configuration says "to keep a local copy of 
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';

Saved Queries