Skip to content

Commit

Permalink
Realised user_pref is a separate API...
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1769 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Jeroen Latour committed Jan 25, 2003
1 parent 4310109 commit 3fb22ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion account_prefs_inc.php
Expand Up @@ -6,10 +6,12 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: account_prefs_inc.php,v 1.20 2003-01-23 23:02:46 jlatour Exp $
# $Id: account_prefs_inc.php,v 1.21 2003-01-25 18:24:30 jlatour Exp $
# --------------------------------------------------------

require_once( 'core.php' );

require_once( $g_core_path . 'user_pref_api.php' );

function edit_account_prefs($p_user_id = null, $p_error_if_protected = true, $p_accounts_menu = true, $p_redirect_url = '') {
if ( null === $p_user_id ) {
Expand Down

0 comments on commit 3fb22ee

Please sign in to comment.