<?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>case sensitive comparison of email address</title> 
  <pubDate>Fri, 10 Apr 2026 08:36:36 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6833</link> 
  <atom:link rel="self" type="application/rss+xml" title="case sensitive comparison of email address" href="https://bugs.horde.org/ticket/6833/rss" /> 
  <description>case sensitive comparison of email address</description> 
 
   
   
  <item> 
   <title>in kronolith/lib/api.php line 1206 there is a case sensitive</title> 
   <description>in kronolith/lib/api.php line 1206 there is a case sensitive comparison of the email address resulting in an error for updataing calendar enrties:



the line 1206:

 if (is_null($sender) || $sender == $attendee) {



should be 

 if (is_null($sender) || String::lower($sender) == $attendee) {





</description> 
   <pubDate>Wed, 04 Jun 2008 10:39:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6833#t45903</link> 
  </item> 
   
  <item> 
   <title>Makes sense to me.</title> 
   <description>Makes sense to me.</description> 
   <pubDate>Wed, 04 Jun 2008 15:02:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6833#t45905</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

  http://cvs</title> 
   <description>Changes have been made in CVS for this ticket:

  http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.444&amp;r2=1.445&amp;ty=u
  http://cvs.horde.org/diff.php/kronolith/lib/api.php?r1=1.227&amp;r2=1.228&amp;ty=u</description> 
   <pubDate>Wed, 04 Jun 2008 18:01:57 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6833#t45919</link> 
  </item> 
   
  <item> 
   <title>Committed, thanks! I moved the String::lower for $sender out</title> 
   <description>Committed, thanks! I moved the String::lower for $sender outside the loop though. :)</description> 
   <pubDate>Wed, 04 Jun 2008 18:02:26 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6833#t45920</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
