<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/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, 10 Apr 2026 04:00:02 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/3089</link> 
  <atom:link rel="self" type="application/rss+xml" title="customsql driver always sets keeplocal=Yes" href="https://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&#039;ts always &#039;Yes&#039;.



Resolution: a patch for forwards/lib/Driver/customsql.php

77c77

&lt;         $keeplocal = $keeplocal ? &#039;Yes&#039; : &#039;No&#039;;

---

&gt;         $keeplocal = ($keeplocal==&#039;on&#039;) ? &#039;Yes&#039; : &#039;No&#039;;



</description> 
   <pubDate>Sun, 04 Dec 2005 20:29:35 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3089#t14521</link> 
  </item> 
   
  <item> 
   <title>Committed, thanks.</title> 
   <description>Committed, thanks.</description> 
   <pubDate>Mon, 05 Dec 2005 00:28:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3089#t14523</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
