Branch '2.3-stable' - www/admin

Christoph Wickert wickert at kolabsys.com
Thu Jun 2 13:56:54 CEST 2011


 www/admin/user/activesync.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f19c3977807bd331771f38f9835006d7f3c65e9f
Author: Bogomil Shopov <bogomil at efb.bg>
Date:   Thu Jun 2 14:23:28 2011 +0300

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

diff --git a/www/admin/user/activesync.php b/www/admin/user/activesync.php
index 24aea3e..d13aa24 100755
--- a/www/admin/user/activesync.php
+++ b/www/admin/user/activesync.php
@@ -225,7 +225,7 @@ function __construct()
 		     }if($folder_chunk[2]!="" and count($folder_chunk)==3 and $folder_chunk[0]=="user")
 		     {
 		      //user folder
-		      $folder="(".$folder_chunk[1].") ".$folder_chunk[2];
+		      $folder= preg_replace(array('/INBOX\//'),array(''),$folder);
 		     }else
 			 	{
 			 		$folder= preg_replace(array('/INBOX\//'),array(''),$folder);





More information about the commits mailing list