summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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
*