Posted by dakku on October 28, 2009 at 9:51am
| 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