]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
tell people about privacy settings and a TOOD
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 16 Jan 2010 08:09:58 +0000 (08:09 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 16 Jan 2010 08:09:58 +0000 (08:09 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@576 b3834d28-1941-0410-a4f8-b48e95affb8f

src/SemanticScuttle/Service/Bookmark.php

index 0d89db8a982b972d4d69cdf0e216ce73d74486ef..d0aba0ba2903714d077c28ed9c4276fb848576f3 100644 (file)
@@ -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
      *