mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Without caching
git-svn-id: file:///svn/phpbb/trunk@3630 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
687c45e26d
commit
4c4278ac8d
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ $sql = "SELECT group_name, group_colour, group_type
|
|||
FROM " . GROUPS_TABLE . "
|
||||
WHERE group_colour <> ''
|
||||
AND group_display = 1";
|
||||
$result = $db->sql_query($sql, 120);
|
||||
$result = $db->sql_query($sql);
|
||||
|
||||
$legend = '';
|
||||
while ($row = $db->sql_fetchrow($result))
|
||||
|
|
Loading…
Add table
Reference in a new issue