We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_userlist()
From this comment: 02d5158#commitcomment-9579668
Improve get_userlist() function by reducing data saved in the array and only store it when needed
The text was updated successfully, but these errors were encountered:
@Elsensee Let's see how far I can get here :P
Sorry, something went wrong.
Important points for fixing this mentioned here: https://www.phpbb.com/community/viewtopic.php?p=13937476#p13937476
I would think that #10 would pretty much solve this also.
Yeah, that would improve that too. But it still must be parsed once, on post submit. So this should be improved too I would say.
But you are right, most of the issues are connected in some way :D
Wolfsblvt
No branches or pull requests
From this comment: 02d5158#commitcomment-9579668
Improve
get_userlist()
function by reducing data saved in the array and only store it when neededThe text was updated successfully, but these errors were encountered: