Project

General

Profile

Bug #3545 » class.t3lib_tcemain.patch

Matthias Stübner, 2009-06-03 12:20

View differences:

class.t3lib_tcemain.php (working copy)
} else {
list($table,$id) = t3lib_div::revExplode('_',$userIdent,2);
}
if ($table==='be_groups') {
if ($userRecords = t3lib_BEfunc::getRecordsByField('be_users', 'usergroup',$id)) {
foreach($userRecords as $user) {
$emails[$id] = $user['email'];
}
}
}
if ($table==='be_users' || $noTablePrefix) {
if ($userRecord = t3lib_BEfunc::getRecord('be_users', $id, 'email')) {
if (strlen(trim($userRecord['email']))) {
    (1-1/1)