[Tickets #4090] NEW: Forward 3.0 bug where using postgresql

bugs@bugs.horde.org bugs at bugs.horde.org
Wed Jun 28 21:36:09 PDT 2006


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

Ticket URL: http://bugs.horde.org/ticket/?id=4090
-----------------------------------------------------------------------
 Ticket             | 4090
 Created By         | paul at xtrapower.net
 Summary            | Forward 3.0 bug where using postgresql
 Queue              | Forwards
 Version            | 3.0-RC1
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


paul at xtrapower.net (2006-06-28 21:36) wrote:

I store forwards information to postgresql by customize setting on
"forwards" and found this bug:

keeplocalcopy status stores as 'Yes' or 'No', but the function
"isKeepLocal" check 'Y', not 'Yes', so I did the following change on my
plugins "forwards" ;)

file: /usr/share/horde/forwards/lib/Driver/customsql.php
function: isKeepLocal
Line: 306
        if ($current_details[$this->_params['column_keeplocal']] == 'Y')
{
to:
        if ($current_details[$this->_params['column_keeplocal']] == 'Yes')
{




More information about the bugs mailing list