Just noticed I was getting an dpr output on user view page, and traced it down to line 167 in the user_tags.module.

function user_tags_user_view($tags) {
  $value = array();
  $items = array();
  dprint_r($tags);
}

Perhaps this should be commented out for the release?

Cheers

Comments

pomliane’s picture

Status: Active » Closed (won't fix)

This version of User Tags is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.

This issue has been automagically closed by a script.