Change the continue; to a break; or just remove it would be the best bet.
What's happening its just checked if a thread that is listed in the threads file actually does exist and if it doesn't to skip to the next one.
You can just remove that and it *should* fail import the thread and move on to the next one.
I've found a lot of the files in ubb.classic imports can be out of sync on board that have been around a while or upgraded, things are still listed that aren't there etc.
What's happening its just checked if a thread that is listed in the threads file actually does exist and if it doesn't to skip to the next one.
You can just remove that and it *should* fail import the thread and move on to the next one.
I've found a lot of the files in ubb.classic imports can be out of sync on board that have been around a while or upgraded, things are still listed that aren't there etc.
Comment