Merge branch 'develop' of ssh://git.dsv.su.se/git/scipro/scipro into local_develop

This commit is contained in:
U-XeNote\Martin 2011-07-28 15:31:50 +02:00
commit 115310561c

@ -186,6 +186,8 @@ public class SciProSession extends WebSession {
Project activeProject = userSettings.getActiveProject();
if(activeProject != null)
activeProjectId = activeProject.getId();
else
activeProjectId = null;
}
else {
userSettings = new UserSettings(user);