diff --git a/GMW/WebUserControls/mod_execUDC.ascx.cs b/GMW/WebUserControls/mod_execUDC.ascx.cs
index 0fd1c6b5..e1326b39 100644
--- a/GMW/WebUserControls/mod_execUDC.ascx.cs
+++ b/GMW/WebUserControls/mod_execUDC.ascx.cs
@@ -206,6 +206,7 @@ namespace GMW.WebUserControls
{
dMain.Attributes.Remove("style");
}
+ dMain.Visible = value;
}
}
}
diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll
index f5cab8e1..39ab46db 100644
Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ
diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll
index 47190b7e..8ab657ac 100644
Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ
diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll
index 79605e51..7d7d8b0d 100644
Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ
diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll
index 8708bb5e..24df18f8 100644
Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ
diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs
index 3972cc45..ea0b629f 100644
--- a/VersGen/GMW.cs
+++ b/VersGen/GMW.cs
@@ -5,7 +5,7 @@
using System.Reflection;
-[assembly: AssemblyVersion("2.5.639.1545")]
-[assembly: AssemblyFileVersion("2.5.639.1545")]
+[assembly: AssemblyVersion("2.5.640.1546")]
+[assembly: AssemblyFileVersion("2.5.640.1546")]
//[assembly: AssemblyCopyright("© Steamware 2007-2014")]
//[assembly: AssemblyCompany("Steamware")]
diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt
index a730dde4..84bd097b 100644
--- a/VersGen/GMW.tt
+++ b/VersGen/GMW.tt
@@ -6,8 +6,8 @@
using System.Reflection;
-[assembly: AssemblyVersion("2.5.639.<#= this.RevisionNumber #>")]
-[assembly: AssemblyFileVersion("2.5.639.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("2.5.640.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("2.5.640.<#= this.RevisionNumber #>")]
//[assembly: AssemblyCopyright("© Steamware 2007-<#= DateTime.Now.Year #>")]
//[assembly: AssemblyCompany("Steamware")]
<#+