Revert "Fix for ticket #491: Make user and group names translatable."

This reverts commit 4091219425.
This commit is contained in:
Bharat Mediratta
2010-02-18 16:20:59 -08:00
parent 99c131e845
commit 7d98d4b7b9
7 changed files with 12 additions and 16 deletions

View File

@@ -78,7 +78,7 @@
<?= html::clean($user->name) ?>
</td>
<td>
<?= t(html::clean($user->full_name)) ?>
<?= html::clean($user->full_name) ?>
</td>
<td>
<?= html::clean($user->email) ?>