From 49f1259c420b6f13e2e76164b6950c23b9ba395c Mon Sep 17 00:00:00 2001 From: David Glenck Date: Thu, 16 Jan 2014 21:07:17 +0100 Subject: add status attribute to post in all relevant api functions --- www/api/posts_all.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/api/posts_all.php') diff --git a/www/api/posts_all.php b/www/api/posts_all.php index 7204b60..c70d14c 100644 --- a/www/api/posts_all.php +++ b/www/api/posts_all.php @@ -4,6 +4,9 @@ // del.icio.us behavior: // - doesn't include the filtered tag as an attribute on the root element (we do) +// Scuttle behavior: +// - returns privacy status of each bookmark. + // Force HTTP authentication first! $httpContentType = 'text/xml'; require_once 'httpauth.inc.php'; @@ -40,8 +43,8 @@ foreach($bookmarks['bookmarks'] as $row) { $taglist = 'system:unfiled'; } - echo "\t\r\n"; + echo "\t\r\n"; } echo ''; -?> \ No newline at end of file +?> -- cgit v1.2.3-54-g00ecf