changed the DOCTYPE declaration in the frame so it actually matches something

reasonable
This commit is contained in:
Eric J. Bowersox
2002-05-01 06:04:38 +00:00
parent e4e0223452
commit a54d2c4e80
4 changed files with 4 additions and 3 deletions

View File

@@ -1699,7 +1699,7 @@ class SessionControlImpl implements SessionControl
public void replaceUser(UserContext new_user)
{
req.getSesson().setUser(new_user);
req.getSession().setUser(new_user);
} // end replaceUser