Thanks for analyzing this. :) Now I know where to look at.
However, I'm not sure right now how to solve this, since we cannot just order all entries alphabetically, but need to put the active entries, sorted by the user, in the beginning. The following inactive entries can then be sorted alphabetically. The current code used bubble-sort for this.
Thanks for analyzing this. :) Now I know where to look at.
However, I'm not sure right now how to solve this, since we cannot just order all entries alphabetically, but need to put the active entries, sorted by the user, in the beginning. The following inactive entries can then be sorted alphabetically. The current code used bubble-sort for this.