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.)