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 | |
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')
-rw-r--r-- | data/config.php.dist | 6 | ||||
-rw-r--r-- | data/templates/bookmarks.tpl.php | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/data/config.php.dist b/data/config.php.dist index 302d55f..0f849e2 100644 --- a/data/config.php.dist +++ b/data/config.php.dist @@ -7,6 +7,12 @@ * 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 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'; |