From d917b96bf3ee31ced5bdaccc7dfcaa768d665ed2 Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 8 Feb 2006 15:46:26 +0000 Subject: [PATCH] Bug 276 - Fixed formatting errors on email contents. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1877 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm.in index 0a483a76f..239d90b08 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigAdmin.pm.in @@ -831,7 +831,7 @@ The details are as follows :- This alarm was matched by the %FN% filter and can be viewed at %EPS% -ZoneMinder', +ZoneMinder"', description => "The text of the email used to send matching event details", requires => [ { name => "ZM_OPT_EMAIL", value => "yes" } ], help => "This option is used to define the content of the email that is sent for any events that match the appropriate filters.", @@ -858,7 +858,7 @@ ZoneMinder', { name => "ZM_MESSAGE_TEXT", default => 'subject = "ZoneMinder: Alarm - %MN%-%EI%" -body = "ZM alarm detected - %ED% secs, %EF%/%EFA% frames, t%EST%/m%ESM%/a%ESA% score.', +body = "ZM alarm detected - %ED% secs, %EF%/%EFA% frames, t%EST%/m%ESM%/a%ESA% score."', description => "The text of the message used to send matching event details", requires => [ { name => "ZM_OPT_MESSAGE", value => "yes" } ], help => "This option is used to define the content of the message that is sent for any events that match the appropriate filters.",