forked from extern/egroupware
Change eGroupWare -> EGroupware for notification sender
This commit is contained in:
parent
6c059fc256
commit
c05fe756fd
@ -854,7 +854,7 @@ abstract class Tracking
|
||||
}
|
||||
elseif(!$sender)
|
||||
{
|
||||
$sender = 'eGroupWare '.lang($this->app).' <noreply@'.$GLOBALS['egw_info']['server']['mail_suffix'].'>';
|
||||
$sender = 'EGroupware '.lang($this->app).' <noreply@'.$GLOBALS['egw_info']['server']['mail_suffix'].'>';
|
||||
}
|
||||
//echo "<p>".__METHOD__."()='".htmlspecialchars($sender)."'</p>\n";
|
||||
return $sender;
|
||||
|
Loading…
Reference in New Issue
Block a user