<?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>customsql driver always sets keeplocal=Yes</title>
  <pubDate>Fri, 08 Aug 2008 14:42:09 -0400</pubDate>
  <link>http://bugs.horde.org/ticket/3089</link>
  <atom:link rel="self" type="application/rss+xml" title="customsql driver always sets keeplocal=Yes" href="http://bugs.horde.org/ticket/3089/rss" />
  <description>customsql driver always sets keeplocal=Yes</description>

  
  
  <item>
   <title>I found out that the customsql driver does not correctly set</title>
   <description>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
&lt;         $keeplocal = $keeplocal ? 'Yes' : 'No';
---
&gt;         $keeplocal = ($keeplocal=='on') ? 'Yes' : 'No';

</description>
   <pubDate>Sun, 04 Dec 2005 15:29:35 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/3089#t14521</link>
  </item>
  <item>
   <title>Committed, thanks.</title>
   <description>Committed, thanks.</description>
   <pubDate>Sun, 04 Dec 2005 19:28:29 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/3089#t14523</link>
  </item>
  

 </channel>
</rss>
