176177178179180181182183
profileManager = new DbProfileManager(this); searchIndexer = new DbSearchIndexer(this); sessionManager = new SessionManager(); if(Boolean.valueOf(SystemProperty.getProperty("RemoveNotActiveAccounts")).booleanValue()){ new CleanAccounts(); } }