From: Christian Weiske Date: Tue, 22 Mar 2011 20:08:17 +0000 (+0100) Subject: do not error out when the bookmark cannot be saved X-Git-Tag: v0.98.0~132 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f67250a720c96031309f7c9ed129bb30e4972242;p=semanticscuttle.git do not error out when the bookmark cannot be saved --- diff --git a/data/templates/editbookmark.tpl.php b/data/templates/editbookmark.tpl.php index 0bfdb29..727ee1a 100644 --- a/data/templates/editbookmark.tpl.php +++ b/data/templates/editbookmark.tpl.php @@ -20,6 +20,10 @@ function jsEscTitle($title) { return addcslashes($title, "'"); } + +if (is_array($row['tags'])) { + $row['tags'] = implode(', ', $row['tags']); +} ?>
@@ -62,7 +66,7 @@ function jsEscTitle($title)
- + ←