Download & Extend

dprint_r on line 167 should be commented out or removed

Project:User Tags
Version:5.x-2.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

<?php
function user_tags_user_view($tags) {
 
$value = array();
 
$items = array();
 
dprint_r($tags);
}
?>

Perhaps this should be commented out for the release?

Cheers