[Tickets #5272] custom SQL driver bug (keep local copy value)

bugs at bugs.horde.org bugs at bugs.horde.org
Fri Apr 20 19:49:53 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5272
-----------------------------------------------------------------------
 Ticket             | 5272
 Created By         | czigola at gmail.com
 Summary            | custom SQL driver bug (keep local copy value)
 Queue              | Forwards
 Version            | 3.0.1
 Type               | Bug
 State              | Unconfirmed
 Priority           | 3. High
 Owners             | 
-----------------------------------------------------------------------


czigola at gmail.com (2007-04-20 12:49) wrote:

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';



More information about the bugs mailing list