diff options
author | bretticvs <bsdee@frii.com> | 2011-03-31 16:17:53 -0700 |
---|---|---|
committer | bretticvs <bsdee@frii.com> | 2011-03-31 16:17:53 -0700 |
commit | f072059f2de515c0125a9f63ab8476e52c4d4353 (patch) | |
tree | 7bd62d8fc7fa665c1ca369a4be6a516fdc8852a2 /data/templates | |
parent | 675eadd584e264ba92091579bbc1166dcf3a5715 (diff) | |
download | semanticscuttle-f072059f2de515c0125a9f63ab8476e52c4d4353.tar.gz semanticscuttle-f072059f2de515c0125a9f63ab8476e52c4d4353.tar.bz2 |
Revert "Updates for configurable-privacy2, hopefully without carriage returns."
This reverts commit 675eadd584e264ba92091579bbc1166dcf3a5715.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/bookmarks.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/bookmarks.tpl.php b/data/templates/bookmarks.tpl.php index e32d3c9..44dfe90 100644 --- a/data/templates/bookmarks.tpl.php +++ b/data/templates/bookmarks.tpl.php @@ -256,7 +256,7 @@ if ($currenttag!= '') { foreach ($bookmarks as $key => &$row) { switch ($row['bStatus']) { case 0: - $access = ''; + $access = ' public'; break; case 1: $access = ' shared'; |