Index: tac_lite.module =================================================================== --- tac_lite.module (revision 144) +++ tac_lite.module (working copy) @@ -272,10 +272,11 @@ ); foreach ($vids as $vid) { $v = taxonomy_get_vocabularies($vid); + $terms = $account->$config['realm']; $form['tac_lite'][$config['realm']][$vid] = _taxonomy_term_select($v->name, null, // name no longer used in new form api - $account->tac_lite[$vid], + $terms[$vid], $vid, '', true,