|
@@ -56,7 +56,7 @@ namespace comal.timesheets
|
|
|
{
|
|
|
InitAndRegister();
|
|
|
|
|
|
- LoadSettings();
|
|
|
+ LoadSettings();
|
|
|
|
|
|
SaveSettings();
|
|
|
|
|
@@ -166,10 +166,6 @@ namespace comal.timesheets
|
|
|
ApplyDemoSettings();
|
|
|
if (DBUrslBlank())
|
|
|
ApplyDemoURLs();
|
|
|
-
|
|
|
- //if (DBSettings.URLs[0] != "demo.prsdigital.com.au:8033"
|
|
|
- //&& DBSettings.URLs[0] != "remote.com-al.com.au:8005")
|
|
|
- //DBSettings.URLs = new string[] { "remote.com-al.com.au:8000" };
|
|
|
}
|
|
|
catch { }
|
|
|
}
|
|
@@ -183,7 +179,7 @@ namespace comal.timesheets
|
|
|
|
|
|
private void ApplyDemoURLs()
|
|
|
{
|
|
|
- DBSettings.URLs[0] = "demo.prsdigital.com.au:8033";
|
|
|
+ DBSettings.URLs[0] = "remote.com-al.com.au:8000";
|
|
|
}
|
|
|
|
|
|
private bool DBUrslBlank()
|