diff --git a/user.inc.php b/user.inc.php index e4cdc53..d3ee2dc 100644 --- a/user.inc.php +++ b/user.inc.php @@ -76,9 +76,6 @@ function user_load($users_id, $accounts_id = false) // get a list of all fields relevant to this user $fieldDat = user_get_fields(array_keys($u['roles'])); - echo '
'; - print_r($fieldDat); - echo ''; // we need to separate the fields that are in the users table from those in separate tables $fields = array_unique(array_merge(array_keys($fieldDat), array('id', 'accounts_id', 'conferences_id'))); $userFields = array();