diff options
author | bretticvs <bsdee@frii.com> | 2011-03-31 15:59:44 -0700 |
---|---|---|
committer | bretticvs <bsdee@frii.com> | 2011-03-31 15:59:44 -0700 |
commit | 675eadd584e264ba92091579bbc1166dcf3a5715 (patch) | |
tree | 4a3fe56efaee8e04b4e0305889fccc828378d7e6 /data/templates | |
parent | 8cbfef8115f3f219bcb5bd71b6e6566782d31c70 (diff) | |
download | semanticscuttle-675eadd584e264ba92091579bbc1166dcf3a5715.tar.gz semanticscuttle-675eadd584e264ba92091579bbc1166dcf3a5715.tar.bz2 |
Updates for configurable-privacy2, hopefully without carriage returns.
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 44dfe90..e32d3c9 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 = ' public'; + $access = ''; break; case 1: $access = ' shared'; |