Partial Checkin

This commit is contained in:
robvde 2013-09-29 19:33:26 +04:00
parent 6a0ab52396
commit 805a74ba65
15 changed files with 577 additions and 4 deletions

View file

@ -73,8 +73,6 @@ namespace WebsitePanel.Providers.HostedSolution
foreach (string str in props)
{
string groupName = "";
string[] parts = str.Split(',');
for (int i = 0; i < parts.Length; i++)
{