Fixed 2 bugs:- Permission checking didn't take user_id argument into account, always checked [ad_conn user_id]- set_assignee_values had hard-coded 'bug' form name
Fixed two bugs in ad_html_to_text:- Tags that start with whitespace were still considered tags, and thus < p> would get treated equivalently to <p>.- The regexp to find malformed tags wasn't bound to start and end of the inside of the tag, thus tags that had just a subset of welformedness would get interpreted.