Branch '2.3-stable' - www/admin

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


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

New commits:
commit 8f333ffca0913f264f5d0997b99454785e486d45
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