if (0 != smallworldGetValfromArray('interests', 'smallworldusethesefields')) {
                $interests = $item->textarea('interests', 'interests', _SMALLWORLD_INTERESTS, 1, 20, 'favourites', $preset = stripslashes($r['interests']));
                $xoopsTpl->append('interests', $interests);
            } else {
                $xoopsTpl->assign('show_interests', 'no');