git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@262 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
d35ecc2cf0
commit
6a7316fe01
1 changed files with 4 additions and 4 deletions
|
@ -159,11 +159,11 @@ if($currenttag!= '') {
|
||||||
$update = ' <small>('. T_('update') .' '. date($GLOBALS['shortdate'], strtotime($row['bModified'])). ') </small>';
|
$update = ' <small>('. T_('update') .' '. date($GLOBALS['shortdate'], strtotime($row['bModified'])). ') </small>';
|
||||||
|
|
||||||
// User attribution
|
// User attribution
|
||||||
$copy = '';
|
$copy = ' '. T_('by'). ' ';
|
||||||
if ($user == '' || isset($watched)) {
|
if($userservice->isLoggedOn() && $currentUser->getUsername() == $row['username']) {
|
||||||
$copy = ' '. T_('by') .' <a href="'. createURL('bookmarks', $row['username']) .'">'. $row['username'] .'</a>';
|
$copy.= T_('you');
|
||||||
} else {
|
} else {
|
||||||
$copy = ' '. T_('by') . ' ' . T_('you');
|
$copy.= '<a href="'. createURL('bookmarks', $row['username']) .'">'. $row['username'] .'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Udders!
|
// Udders!
|
||||||
|
|
Loading…
Reference in a new issue