From 75870b82d37c01dc3cdab51f37a4c1921a0688e0 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 6 Jan 2009 17:03:55 +0000 Subject: 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 --- templates/bookmarks.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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'] .''; } -- cgit v1.2.3