websitepanel/WebsitePanel/Database
robvde 76f6ea43cf Fix on: If you want to add another user with some specific Public folders
permission during PF creation, it crashes with information that \user@domain.com
 does not exist. There is unwanted "\" character before user's UPN.

Fix on:  You can create new public folder, can see in Public Folder Management
Console that it was created OK, with correct implicit rights (Anonymous = Create
 items, Default = None, my.hosted.org = Reviewer). But you are not able to see
 this Public Folder in WebsitePanel. Cannot add other accounts because there is
 nothing to choose.

 Applied fix:
 if account contains a '@' no '\' will be applied

 GetExchangeAccounts sp modified: LEFT OUTER JOIN instead of INNER JOIN
2012-07-25 23:22:54 +04:00
..
install_db.sql Fix on: If you want to add another user with some specific Public folders 2012-07-25 23:22:54 +04:00
update_db.sql Fix on: If you want to add another user with some specific Public folders 2012-07-25 23:22:54 +04:00