From f2ab91d349cec3d4dea564416cc3e62cf0ec0669 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 31 Jan 2005 12:01:27 +0000 Subject: [PATCH] Fixed initial constants. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1266 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmtrigger.pl.z | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/zmtrigger.pl.z b/scripts/zmtrigger.pl.z index d27fbdecb..597f0a016 100755 --- a/scripts/zmtrigger.pl.z +++ b/scripts/zmtrigger.pl.z @@ -30,12 +30,11 @@ # # ========================================================================== +use constant ZM_CONFIG => ""; +use constant ZM_VERSION => ""; +use constant ZM_PATH_BUILD => ""; use constant ZM_PATH_BIN => ""; use constant ZM_PATH_WEB => ""; -use constant ZM_DB_SERVER => ""; -use constant ZM_DB_NAME => ""; -use constant ZM_DB_USERA => ""; -use constant ZM_DB_PASSA => ""; # Load the config from the database into the symbol table BEGIN