diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-25 16:58:56 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-25 16:58:56 +0000 |
commit | df984f26669e0e3bfd6ede23e5bddfae8fd695ea (patch) | |
tree | fb0203cf452b3ac07db1d2c6c4a47e7380fb51f1 /services | |
parent | 111bcdec7568269e88108ace560c35d333f9df1c (diff) | |
download | semanticscuttle-df984f26669e0e3bfd6ede23e5bddfae8fd695ea.tar.gz semanticscuttle-df984f26669e0e3bfd6ede23e5bddfae8fd695ea.tar.bz2 |
Interface fix: add an hyperlink from bookmark edition page to collaborative edition of the same bookmark
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@175 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'services')
-rw-r--r-- | services/bookmarkservice.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/bookmarkservice.php b/services/bookmarkservice.php index 73cdf84..4c3cbca 100644 --- a/services/bookmarkservice.php +++ b/services/bookmarkservice.php @@ -66,6 +66,10 @@ class BookmarkService { function getBookmarkByHash($hash) { return $this->_getbookmark('bHash', $hash, true); } + + function countBookmarks($uId) { + + } function editAllowed($bookmark) { if (!is_numeric($bookmark) && (!is_array($bookmark) || !is_numeric($bookmark['bId']))) |