From e988063750fdc970c36ddf81ee5a32ff0b2592ee Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 18 Apr 2008 07:03:24 +0000 Subject: Bug fix: add ',' between tags git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@111 b3834d28-1941-0410-a4f8-b48e95affb8f --- api/export_all.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/export_all.php b/api/export_all.php index ec14688..b422b4b 100644 --- a/api/export_all.php +++ b/api/export_all.php @@ -43,7 +43,7 @@ foreach($bookmarks['bookmarks'] as $row) { $taglist = ''; if (count($row['tags']) > 0) { foreach($row['tags'] as $tag) - $taglist .= convertTag($tag) .' '; + $taglist .= convertTag($tag) .','; $taglist = substr($taglist, 0, -1); } else { $taglist = 'system:unfiled'; -- cgit v1.2.3-54-g00ecf