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
This commit is contained in:
cweiske 2010-01-16 08:09:58 +00:00
parent 70e233b7de
commit a4431ddc7d

View file

@ -64,6 +64,8 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
* *
* @return mixed Database row array when found, boolean false * @return mixed Database row array when found, boolean false
* when no bookmark matched. * when no bookmark matched.
*
* @TODO: merge with getBookmark()
*/ */
protected function _getbookmark($fieldname, $value, $all = false) 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 * When a user is logged on, the returned array will contain
* keys "hasVoted" and "vote". * keys "hasVoted" and "vote".
* *
* DOES NOT RESPECT PRIVACY SETTINGS!
*
* @param integer $bid Bookmark ID * @param integer $bid Bookmark ID
* @param boolean $include_tags If tags shall be loaded * @param boolean $include_tags If tags shall be loaded
* *