<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>Forward 3.0 bug where using postgresql</title>
  <pubDate>Sat, 05 Jul 2008 12:50:41 -0400</pubDate>
  <link>http://bugs.horde.org/ticket/4090</link>
  <atom:link rel="self" type="application/rss+xml" title="Forward 3.0 bug where using postgresql" href="http://bugs.horde.org/ticket/4090/rss" />
  <description>Forward 3.0 bug where using postgresql</description>

  
  
  <item>
   <title>I store forwards information to postgresql by customize sett</title>
   <description>I store forwards information to postgresql by customize setting on &quot;forwards&quot; and found this bug:

keeplocalcopy status stores as 'Yes' or 'No', but the function &quot;isKeepLocal&quot; check 'Y', not 'Yes', so I did the following change on my plugins &quot;forwards&quot; ;)

file: /usr/share/horde/forwards/lib/Driver/customsql.php
function: isKeepLocal
Line: 306
        if ($current_details[$this-&gt;_params['column_keeplocal']] == 'Y') {
to:
        if ($current_details[$this-&gt;_params['column_keeplocal']] == 'Yes') {</description>
   <pubDate>Thu, 29 Jun 2006 00:36:08 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/4090#t21474</link>
  </item>
  <item>
   <title>Fixed in CVS, thanks.</title>
   <description>Fixed in CVS, thanks.</description>
   <pubDate>Fri, 30 Jun 2006 18:38:36 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/4090#t21542</link>
  </item>
  

 </channel>
</rss>
