phptemplate_username
binford2k - September 4, 2008 - 18:50
| Project: | Checkout (Content locking) |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
This module causes problems when used with the Realname module. See http://drupal.org/node/303715 for a description of the problem.
To mitigate the problem, I removed the call to theme() on line 267:
$username = check_plain($lock->name); //theme('username', $lock);
(double posting because I don't know which module has the error.)
