summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorbretticvs <bsdee@frii.com>2011-03-31 16:18:36 -0700
committerbretticvs <bsdee@frii.com>2011-03-31 16:18:36 -0700
commit42942507c416b6a4b5042631f18e6596fdac4dd7 (patch)
tree4a3fe56efaee8e04b4e0305889fccc828378d7e6 /data
parentf072059f2de515c0125a9f63ab8476e52c4d4353 (diff)
downloadsemanticscuttle-42942507c416b6a4b5042631f18e6596fdac4dd7.tar.gz
semanticscuttle-42942507c416b6a4b5042631f18e6596fdac4dd7.tar.bz2
Revert "Revert "Updates for configurable-privacy2, hopefully without carriage returns.""
This reverts commit f072059f2de515c0125a9f63ab8476e52c4d4353.
Diffstat (limited to 'data')
-rw-r--r--data/config.php.dist6
-rw-r--r--data/templates/bookmarks.tpl.php2
2 files changed, 1 insertions, 7 deletions
diff --git a/data/config.php.dist b/data/config.php.dist
index 0f849e2..302d55f 100644
--- a/data/config.php.dist
+++ b/data/config.php.dist
@@ -7,12 +7,6 @@
* See config.default.inc.php for more options.
*/
-/**
- * Array for defaults.
- *
- * @var array
- */
-$defaults = array();
/**
* The name of this site.
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';