Skip to content

Commit

Permalink
added a comment on user_pref_get_row
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2845 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
thraxisp committed Aug 13, 2004
1 parent e2d4f49 commit e7e4611
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/user_pref_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: user_pref_api.php,v 1.19 2004-08-12 22:56:47 vboctor Exp $
# $Id: user_pref_api.php,v 1.20 2004-08-13 02:03:53 thraxisp Exp $
# --------------------------------------------------------

### User Preferences API ###
Expand Down Expand Up @@ -287,6 +287,8 @@ function user_pref_delete_all( $p_user_id ) {

# --------------------
# return the user's preferences
# @@@ (this should be a private interface as it doesn't have the benefit of applying
# global defaults before returning values.
function user_pref_get_row( $p_user_id, $p_project_id = ALL_PROJECTS ) {
return user_pref_cache_row( $p_user_id, $p_project_id );
}
Expand Down

0 comments on commit e7e4611

Please sign in to comment.