www/admin

Bogomil Shopov shopov at kolabsys.com
Thu Jun 16 13:05:07 CEST 2011


 www/admin/user/activesync.php |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e2d63cca238a72c4cbf71bf858939832eef6241c
Author: Bogomil Shopov <bogomil at efb.bg>
Date:   Thu Jun 16 14:04:46 2011 +0300

    Fixing bug https://bugzilla.kolabsys.com/show_bug.cgi?id=98#c15.

diff --git a/www/admin/user/activesync.php b/www/admin/user/activesync.php
index d13aa24..0b211cb 100755
--- a/www/admin/user/activesync.php
+++ b/www/admin/user/activesync.php
@@ -294,7 +294,10 @@ function getFolderType($folder)
 	     {
 	     
 	      return "NOTES";
-	     }
+	     }else
+		 	{
+		 		return "MAIL";
+		 	}
 	    }else{
 	    
 	    return "MAIL";





More information about the commits mailing list