mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13713] Fix comment regarding the query of user IDs
PHPBB3-13713
This commit is contained in:
@@ -73,7 +73,7 @@ abstract class base_user implements source_interface
|
||||
$fetched_all = false;
|
||||
$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);
|
||||
|
||||
$i = 0;
|
||||
|
Reference in New Issue
Block a user