diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-01-16 08:09:58 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-01-16 08:09:58 +0000 |
commit | a4431ddc7d27afd3945645c02cef57ef2502743a (patch) | |
tree | 231c3b75f565f67559b5f32cce5174145a323e09 | |
parent | 70e233b7de32f12342478c0ae8af68d6149ca72d (diff) | |
download | semanticscuttle-a4431ddc7d27afd3945645c02cef57ef2502743a.tar.gz semanticscuttle-a4431ddc7d27afd3945645c02cef57ef2502743a.tar.bz2 |
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
-rw-r--r-- | src/SemanticScuttle/Service/Bookmark.php | 4 |
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 * |