diff options
Diffstat (limited to 'src/SemanticScuttle/Service/SearchHistory.php')
| -rw-r--r-- | src/SemanticScuttle/Service/SearchHistory.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/SemanticScuttle/Service/SearchHistory.php b/src/SemanticScuttle/Service/SearchHistory.php index f13f8f9..a056ce2 100644 --- a/src/SemanticScuttle/Service/SearchHistory.php +++ b/src/SemanticScuttle/Service/SearchHistory.php @@ -139,7 +139,7 @@ class SemanticScuttle_Service_SearchHistory extends SemanticScuttle_DbService       *                             - 'watchlist' - searched in watchlist       *                             - any username to show that the search happened       *                               in his own bookmarks. -     * @param integer $uId         Id of the user who searched. 0 for anonymous users +     * @param integer $uId         Id of the user who searched. null for any users       * @param integer $nb          Number of bookmarks to retrieve (paging)       * @param integer $start       Number of bookmark to begin with (paging)       * @param boolean $distinct    If the search terms shall be distinct | 
