<?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>tovCard doesnt export categories</title> 
  <pubDate>Fri, 10 Apr 2026 17:02:35 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/5648</link> 
  <atom:link rel="self" type="application/rss+xml" title="tovCard doesnt export categories" href="https://bugs.horde.org/ticket/5648/rss" /> 
  <description>tovCard doesnt export categories</description> 
 
   
   
  <item> 
   <title>The function tovCard in lib/Driver.php doesn&#039;t handle catego</title> 
   <description>The function tovCard in lib/Driver.php doesn&#039;t handle categories.</description> 
   <pubDate>Mon, 20 Aug 2007 13:22:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5648#t36083</link> 
  </item> 
   
  <item> 
   <title>&gt; The function tovCard in lib/Driver.php doesn&#039;t handle cate</title> 
   <description>&gt; The function tovCard in lib/Driver.php doesn&#039;t handle categories.





Quick fix :

function tovCard

add to swith section

            case &#039;businessCategory&#039;:

                $vcard-&gt;setAttribute(&#039;CATEGORIES&#039;, $val);

                break;



function toHash

add to swith section

            case &#039;CATEGORIES&#039;:

                $hash[&#039;businessCategory&#039;] = str_replace(&#039;\; &#039;, &#039;;&#039;, $item[&#039;value&#039;]);

                break;

            }





</description> 
   <pubDate>Mon, 20 Aug 2007 15:06:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5648#t36084</link> 
  </item> 
   
  <item> 
   <title>Looks good, at least while we have a single category field. </title> 
   <description>Looks good, at least while we have a single category field. Committed, thanks!</description> 
   <pubDate>Fri, 24 Aug 2007 02:29:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/5648#t36268</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
