To display users' names, instead of using

<?php
account->name
?>

,

<?php
theme('username', array('account' => $account))
?>

should be used.

Comments

tutumlum’s picture

Here is the patch for it.

tutumlum’s picture

A missing part is added

purencool’s picture

Issue summary: View changes
Status: Active » Closed (outdated)