From a4431ddc7d27afd3945645c02cef57ef2502743a Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 16 Jan 2010 08:09:58 +0000 Subject: 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 --- src/SemanticScuttle/Service/Bookmark.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/SemanticScuttle/Service') 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 * -- cgit v1.2.3-54-g00ecf