summaryrefslogtreecommitdiffstatshomepage
path: root/import.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-12 16:40:39 +0000
committerGravatar mensonge2009-01-12 16:40:39 +0000
commita70b6e9dacbb2c5c57425df6ef30802115509645 (patch)
treea7420f5a4b8b7d85f05782c93a1ad64eecf37a02 /import.php
parent78b493f41c9490d3ef1c8c9f57c486ad40f9d152 (diff)
downloadscuttle-a70b6e9dacbb2c5c57425df6ef30802115509645.tar.gz
scuttle-a70b6e9dacbb2c5c57425df6ef30802115509645.zip
New Feature: adding private note to describe a bookmark. Just visible by the author and friends. (Useful for collaborative work)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@231 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'import.php')
-rw-r--r--import.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/import.php b/import.php
index adf89ad..29a119b 100644
--- a/import.php
+++ b/import.php
@@ -100,7 +100,7 @@ function startElement($parser, $name, $attrs) {
$bDatetime = gmdate('Y-m-d H:i:s');
}
- if ($bookmarkservice->addBookmark($bAddress, $bTitle, $bDescription, $status, $tags, $bDatetime, true, true))
+ if ($bookmarkservice->addBookmark($bAddress, $bTitle, $bDescription, '', $status, $tags, $bDatetime, true, true))
$tplVars['msg'] = T_('Bookmark imported.');
else
$tplVars['error'] = T_('There was an error saving your bookmark. Please try again or contact the administrator.');