Bug fix: makes re-appear the bookmarks' author in bookmarks pages.

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@217 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2009-01-06 17:03:55 +00:00
parent 829d5327de
commit 75870b82d3

View file

@ -140,7 +140,7 @@ if(isset($currenttag) && $currenttag!= '') {
// User attribution
$copy = '';
if (!isset($user) || isset($watched)) {
if ($user == '' || isset($watched)) {
$copy = ' '. T_('by') .' <a href="'. createURL('bookmarks', $row['username']) .'">'. $row['username'] .'</a>';
}