Bug #21033 » 11923.diff
t3lib/class.t3lib_tcemain.php (working copy) | ||
---|---|---|
}
|
||
if ($table==='be_users' || $noTablePrefix) {
|
||
if ($userRecord = t3lib_BEfunc::getRecord('be_users', $id, 'email')) {
|
||
if (strlen(trim($userRecord['email']))) {
|
||
if ($userRecord['hidden'] === 0 && strlen(trim($userRecord['email']))) {
|
||
$emails[$id] = $userRecord['email'];
|
||
}
|
||
}
|