6.0.0-alpha12
6/7/25

[#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 04/20/2007 (6623 days ago)
Due 02/28/2007 (6674 days ago)
Updated 04/20/2007 (6623 days ago)
Assigned
Resolved 04/20/2007 (6623 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/20/2007 08:17:27 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Due ⇒ 02/28/2007
Reply to this comment
Good catch - fixed in CVS now, thanks.
04/20/2007 07:49:53 PM czigola (at) gmail (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ custom SQL driver bug (keep local copy value)
Due ⇒ 03/31/2007
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