list.php
    Bogomil Shopov 
    shopov at kolabsys.com
       
    Thu Jun 16 13:29:50 CEST 2011
    
    
  
 list.php |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 223404104f9a4560918febf54a11d883da3fe0ae
Author: Bogomil Shopov (Kolab Systems) <shopov at kolabsys.com>
Date:   Thu Jun 16 14:29:18 2011 +0300
    Fixing problem with not-showing mail folders. Horde alrternative of: https://bugzilla.kolabsys.com/show_bug.cgi?id=98#c15
diff --git a/list.php b/list.php
index 5f36359..abb708d 100755
--- a/list.php
+++ b/list.php
@@ -173,7 +173,10 @@ function ReturnDataArray($list,$type)
 	
 }
 //mail
-$mails= ReturnDataArray($list,"");
+$mails1= ReturnDataArray($list,"");
+$mails2= ReturnDataArray($list,"mail");
+
+$mails=array_merge($mails1,$mails2);
 
 //contact
 $conts = ReturnDataArray($list,'contact');
    
    
More information about the commits
mailing list