Bug #23894 ยป 16195.diff
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),
|