Arg - accidentally committed with a data dump...

This commit is contained in:
jacob 2010-11-17 16:37:44 +00:00
parent 1972323a65
commit 6c5669c3f4

View File

@ -76,9 +76,6 @@ function user_load($users_id, $accounts_id = false)
// get a list of all fields relevant to this user // get a list of all fields relevant to this user
$fieldDat = user_get_fields(array_keys($u['roles'])); $fieldDat = user_get_fields(array_keys($u['roles']));
echo '<pre>';
print_r($fieldDat);
echo '</pre>';
// we need to separate the fields that are in the users table from those in separate tables // 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'))); $fields = array_unique(array_merge(array_keys($fieldDat), array('id', 'accounts_id', 'conferences_id')));
$userFields = array(); $userFields = array();