From a3b0eaff26f00cddd3f264dc73c7e68c68fb9461 Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 15 Jan 2003 17:29:36 +0000 Subject: [PATCH] Fixed missing quote. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@343 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmfilter.pl.z | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmfilter.pl.z b/scripts/zmfilter.pl.z index 4e6be03a1..9b586a4b6 100755 --- a/scripts/zmfilter.pl.z +++ b/scripts/zmfilter.pl.z @@ -62,7 +62,7 @@ use constant ZM_MESSAGE_ADDRESS => ; use constant ZM_URL => ; use constant ZM_FROM_EMAIL => ; -use constant EVENT_PATH => ZM_PATH_WEB.'/.ZM_DIR_EVENTS; +use constant EVENT_PATH => ZM_PATH_WEB.'/'.ZM_DIR_EVENTS; use constant LOG_FILE => ZM_PATH_LOGS.'/zmfilter-%d.log'; use constant VERBOSE => 0; # Whether to output more verbose debug