I be experimentin'

zircon^2
Adam Frisby 2007-05-27 09:19:12 +00:00
parent e43a84c07b
commit ee2bc06eeb
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ namespace OpenGridServices.UserServer
Hashtable LoginFlagsHash = new Hashtable();
LoginFlagsHash["daylight_savings"] = "N";
LoginFlagsHash["stipend_since_login"] = "N";
LoginFlagsHash["gendered"] = "Y";
LoginFlagsHash["gendered"] = "N"; // Needs to be combined with below...
LoginFlagsHash["ever_logged_in"] = "N"; // Should allow male/female av selection
ArrayList LoginFlags = new ArrayList();
LoginFlags.Add(LoginFlagsHash);