From: mensonge Date: Tue, 6 Jan 2009 17:03:55 +0000 (+0000) Subject: Bug fix: makes re-appear the bookmarks' author in bookmarks pages. X-Git-Tag: v0.94~167 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=75870b82d37c01dc3cdab51f37a4c1921a0688e0;p=semanticscuttle.git 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 --- diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index c223d5f..a47a18a 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -140,7 +140,7 @@ if(isset($currenttag) && $currenttag!= '') { // User attribution $copy = ''; - if (!isset($user) || isset($watched)) { + if ($user == '' || isset($watched)) { $copy = ' '. T_('by') .' '. $row['username'] .''; }