1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

consistant obtain_* functions

git-svn-id: file:///svn/phpbb/trunk@6572 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-11-12 15:35:43 +00:00
parent b0217ddc11
commit d89f60f182
14 changed files with 36 additions and 53 deletions

View File

@@ -421,8 +421,7 @@ if ($keywords || $author || $author_id || $search_id || $submit)
}
// Grab icons
$icons = array();
$cache->obtain_icons($icons);
$icons = $cache->obtain_icons();
// Output header
if ($search_id && ($total_match_count > 1000))