Project

General

Profile

Bug #21033 » 11923_v2.diff

Administrator Admin, 2009-09-14 11:03

View differences:

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'];
}
}
(2-2/2)