fixed warnings

This commit is contained in:
vfedosevich 2013-06-19 14:29:22 +03:00
parent 1c40d9e59b
commit 1740d70845
6 changed files with 12 additions and 26 deletions

View file

@ -806,9 +806,8 @@ namespace WebsitePanel.EnterpriseServer
//
return true;
}
catch(Exception e)
{
//
catch
{ //
return false;
}
}