mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13713] Fix comment regarding the query of user IDs
PHPBB3-13713
This commit is contained in:
parent
1d7d906771
commit
5ed207c4a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue