<?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>Freebusy: unknown blocks</title>
  <pubDate>Mon, 13 Oct 2008 09:41:06 -0400</pubDate>
  <link>http://bugs.horde.org/ticket/6700</link>
  <atom:link rel="self" type="application/rss+xml" title="Freebusy: unknown blocks" href="http://bugs.horde.org/ticket/6700/rss" />
  <description>Freebusy: unknown blocks</description>

  
  
  <item>
   <title>Hello,

I found a problem displaying the freebusy-informat</title>
   <description>Hello,

I found a problem displaying the freebusy-information for required attendees. Allways the block &quot;unknown&quot; is displayed. In the part of &quot;All attendees&quot; the correct &quot;sum&quot; is displayed. So the problem is somewhere in

kronolith/lib/FBView.php -&gt; function _getBlocks

            if ($member-&gt;getStart() &gt; $start ||
                $member-&gt;getEnd() &lt; $end) {
                $blocks .= $template-&gt;fetch(KRONOLITH_TEMPLATES . '/fbview/unknownblock.html');
                continue;
            }


My hotfix looks like this so the freebusy-blocks are displayed correct...

            if ($member-&gt;getStart() == 0 || $member-&gt;getEnd() == 0) {
                $blocks .= $template-&gt;fetch(KRONOLITH_TEMPLATES . '/fbview/unknownblock.html');
                continue;
            }

We use horde in a kolab environment.

Greetings
Heiko Nöthen</description>
   <pubDate>Wed, 14 May 2008 10:17:07 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6700#t45269</link>
  </item>
  <item>
   <title>Works perfectly fine here, without any changes.</title>
   <description>Works perfectly fine here, without any changes.</description>
   <pubDate>Fri, 16 May 2008 17:03:59 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6700#t45318</link>
  </item>
  

 </channel>
</rss>
