[Tickets #3089] NEW: customsql driver always sets keeplocal=Yes
bugs@bugs.horde.org
bugs at bugs.horde.org
Sun Dec 4 12:29:36 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3089
-----------------------------------------------------------------------
Ticket | 3089
Created By | roland at robelix.com
Summary | customsql driver always sets keeplocal=Yes
Queue | Forwards
Version | HEAD
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
roland at robelix.com (2005-12-04 12:29) wrote:
I found out that the customsql driver does not correctly set the keeplocal
value (\L). I'ts always 'Yes'.
Resolution: a patch for forwards/lib/Driver/customsql.php
77c77
< $keeplocal = $keeplocal ? 'Yes' : 'No';
---
> $keeplocal = ($keeplocal=='on') ? 'Yes' : 'No';
More information about the bugs
mailing list