From 9d23357da1bbebc3f2345dfe3023df19213eafd6 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 19 Oct 2021 08:02:08 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login/login_FLEX.aspx.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/login_FLEX.aspx.vb b/login/login_FLEX.aspx.vb index 5c3ec2b..256f537 100644 --- a/login/login_FLEX.aspx.vb +++ b/login/login_FLEX.aspx.vb @@ -26,7 +26,7 @@ Partial Class login_FLEX If reqfieldvaluserID.IsValid Then user_ID = tb.Text Else - user_ID = "" + user_ID = String.Empty End If ' Dim constr As String = ConfigurationManager.ConnectionStrings("constr").ConnectionString Using con As New SqlConnection(ConnectionString)