This commit is contained in:
parent
ac6efd332b
commit
5ffa1b7d50
|
|
@ -338,10 +338,10 @@ namespace FineUIPro.Web
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (BLL.SQLHelper.GetConn().State == ConnectionState.Open)
|
//if (BLL.SQLHelper.GetConn().State == ConnectionState.Open)
|
||||||
{
|
//{
|
||||||
BLL.SQLHelper.GetConn().Close();
|
// BLL.SQLHelper.GetConn().Close();
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool IsSystemTheme(string themeName)
|
private bool IsSystemTheme(string themeName)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue