public static void TranferVisitedSystemstoJournalTableIfRequired() { if (System.IO.File.Exists(SQLiteConnectionED.GetSQLiteDBFile(EDDSqlDbSelection.EDDiscovery))) { if (SQLiteDBClass.GetSettingBool("ImportVisitedSystems", false) == false) { TranferVisitedSystemstoJournalTable(); SQLiteDBClass.PutSettingBool("ImportVisitedSystems", true); } } }