[ticket/13713] Fix comment regarding the query of user IDs

PHPBB3-13713
This commit is contained in:
lavigor 2018-09-14 11:58:14 +03:00 committed by Marc Alexander
parent 1d7d906771
commit 5ed207c4a0
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -73,7 +73,7 @@ abstract class base_user implements source_interface
$fetched_all = false; $fetched_all = false;
$keyword = utf8_clean_string($keyword); $keyword = utf8_clean_string($keyword);
// Do not query all possible users (just a moderate amount), cache results for 5 minutes // Grab all necessary user IDs, cache results for 5 minutes
$result = $this->db->sql_query($this->query($keyword, $topic_id), 300); $result = $this->db->sql_query($this->query($keyword, $topic_id), 300);
$i = 0; $i = 0;