Project

General

Profile

Bug #23894 ยป 16195.diff

Administrator Admin, 2010-11-01 08:35

View differences:

typo3/sysext/em/mod1/class.em_index.php (working copy)
$key = 'author';
$dataCol = $this->wrapEmail($emConf['author'] . ($emConf['author_email'] ? ' <' . $emConf['author_email'] . '>' : ''), $emConf['author_email']);
if ($emConf['author_company']) {
$dataCol = ', ' . $emConf['author_company'];
$dataCol .= ', ' . $emConf['author_company'];
}
$lines[] = array(
$this->headerCol($key),
    (1-1/1)