]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
Minor fix
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 30 Nov 2008 19:44:47 +0000 (19:44 +0000)
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 30 Nov 2008 19:44:47 +0000 (19:44 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@181 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/bookmarks.tpl.php

index 05d3e1b7ee20bbb44d973c74d0f11fdb8988d7e9..341358d58c421599a21dee50899b5e92df66508e 100644 (file)
@@ -87,7 +87,7 @@ if (!isset($hash)) {
 }
 ?> <?php
 if(isset($currenttag) && $currenttag!= '') {
-       if(isset($user)) {
+       if(isset($user) && $user!= '') {
                echo ' - ';
                echo '<a href="'. createURL('tags', $currenttag) .'">';
                echo T_('Bookmarks from other users for this tag').'</a>';