mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
fix small things
git-svn-id: http://www.observium.org/svn/observer/trunk@3094 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -533,8 +533,8 @@ function notify($device,$title,$message)
|
||||
$emails = parse_email($email);
|
||||
if ($emails)
|
||||
{
|
||||
$message_header = $config['page_title_prefix'];
|
||||
$message_footer .= "E-mail sent to: ";
|
||||
$message_header = $config['page_title_prefix']."\n";
|
||||
$message_footer = "E-mail sent to: ";
|
||||
$i = 0;
|
||||
$count = count($emails);
|
||||
foreach ($emails as $email => $email_name)
|
||||
|
||||
Reference in New Issue
Block a user