sql optimization: 9 queries less!

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@670 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2010-02-20 11:20:32 +00:00
parent 6c9542f24b
commit 40ca013e42

View file

@ -307,7 +307,7 @@ if($currenttag!= '') {
} }
// Admin specific design // Admin specific design
if($userservice->isAdmin($row['uId'])) { if ($userservice->isAdmin($row['username'])) {
$adminBgClass = 'class="adminBackground"'; $adminBgClass = 'class="adminBackground"';
$adminStar = ' <img src="'. ROOT .'images/logo_24.gif" width="12px" title="'. T_('This bookmark is certified by an admin user.') .'" />'; $adminStar = ' <img src="'. ROOT .'images/logo_24.gif" width="12px" title="'. T_('This bookmark is certified by an admin user.') .'" />';
} else { } else {