[Kolab-devel] distributionlists testing
    Mike Gabriel 
    m.gabriel at das-netzwerkteam.de
       
    Sun Apr 20 20:55:50 CEST 2008
    
    
  
hi gunnar,
Quoting Gunnar Wrobel <wrobel at pardus.de>:
> The usual woes of working on CVS :) But as IMP is not my domain I
> suggest submitting a bug upstream if there is none yet.
there is also a problem with the address book search. this patch fixes it:
--- b/turba/lib/Driver/kolab.php        2008-04-20 18:47:49.000000000 +0000
+++ b/turba/lib/Driver/kolab.php.orig   2008-04-20 18:49:17.000000000 +0000
@@ -898,10 +898,7 @@
                  }
                  foreach ($entries as $entry) {
                      if (isset($entry[$field])) {
-                       $pos = false;
-                       if ($value) {
-                            $pos = strpos($entry[$field], $value);
-                       }
+                        $pos = strpos($entry[$field], $value);
                          if ($pos === false) {
                              continue;
                          }
as it is not a bug in vanilla horde but due to your turba distlist  
patch i post it here...
best,
mike
-- 
das netzwerkteam
mike gabriel, hamburger chaussee 240, 24113 kiel
fon: +49 431 64 74 196
voip/voicemail: +49 431 643 643 6
fax: +49 431 64 74 276
mail: m.gabriel at das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
    
    
More information about the devel
mailing list