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:
parent
829d5327de
commit
75870b82d3
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ if(isset($currenttag) && $currenttag!= '') {
|
||||||
|
|
||||||
// User attribution
|
// User attribution
|
||||||
$copy = '';
|
$copy = '';
|
||||||
if (!isset($user) || isset($watched)) {
|
if ($user == '' || isset($watched)) {
|
||||||
$copy = ' '. T_('by') .' <a href="'. createURL('bookmarks', $row['username']) .'">'. $row['username'] .'</a>';
|
$copy = ' '. T_('by') .' <a href="'. createURL('bookmarks', $row['username']) .'">'. $row['username'] .'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue