2007-02-27 Oliver Hader <oh@inpublica.de>
* Fixed bug: #5052: Form action URL is not htmlspecialchared (patch by Michael Stucki)
+ * Fixed bug: #5072: Web>Info>Log - ID of BE user is displayed instead of its username
2007-02-27 Martin Kutschker <martin.t.kutschker@blackbox.net>
} else {
$where_part.=' AND userid='.$GLOBALS['BE_USER']->user['uid']; // Self user
}
+ $lF->be_user_Array = &$this->pObj->be_user_Array;
if ($GLOBALS['BE_USER']->workspace!==0) {
$where_part.=' AND workspace='.intval($GLOBALS['BE_USER']->workspace);