Bug #21033 » 11923_v2.diff
t3lib/class.t3lib_tcemain.php (working copy) | ||
---|---|---|
list($table,$id) = t3lib_div::revExplode('_',$userIdent,2);
|
||
}
|
||
if ($table==='be_users' || $noTablePrefix) {
|
||
if ($userRecord = t3lib_BEfunc::getRecord('be_users', $id, 'email')) {
|
||
if (strlen(trim($userRecord['email']))) {
|
||
if ($userRecord = t3lib_BEfunc::getRecord('be_users', $id, 'email', t3lib_BEfunc::BEenableFields('be_users'))) {
|
||
if (strlen(trim($userRecord['email']))) {
|
||
$emails[$id] = $userRecord['email'];
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- Next »