summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Service/Bookmark.php
diff options
context:
space:
mode:
authorGravatar cweiske2010-01-16 08:09:58 +0000
committerGravatar cweiske2010-01-16 08:09:58 +0000
commita4431ddc7d27afd3945645c02cef57ef2502743a (patch)
tree231c3b75f565f67559b5f32cce5174145a323e09 /src/SemanticScuttle/Service/Bookmark.php
parent70e233b7de32f12342478c0ae8af68d6149ca72d (diff)
downloadscuttle-a4431ddc7d27afd3945645c02cef57ef2502743a.tar.gz
scuttle-a4431ddc7d27afd3945645c02cef57ef2502743a.zip
tell people about privacy settings and a TOOD
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@576 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'src/SemanticScuttle/Service/Bookmark.php')
-rw-r--r--src/SemanticScuttle/Service/Bookmark.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SemanticScuttle/Service/Bookmark.php b/src/SemanticScuttle/Service/Bookmark.php
index 0d89db8..d0aba0b 100644
--- a/src/SemanticScuttle/Service/Bookmark.php
+++ b/src/SemanticScuttle/Service/Bookmark.php
@@ -64,6 +64,8 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
*
* @return mixed Database row array when found, boolean false
* when no bookmark matched.
+ *
+ * @TODO: merge with getBookmark()
*/
protected function _getbookmark($fieldname, $value, $all = false)
{
@@ -104,6 +106,8 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
* When a user is logged on, the returned array will contain
* keys "hasVoted" and "vote".
*
+ * DOES NOT RESPECT PRIVACY SETTINGS!
+ *
* @param integer $bid Bookmark ID
* @param boolean $include_tags If tags shall be loaded
*