Fixed last fix.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@458 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-04-07 14:35:41 +00:00
parent 4d9e2a7feb
commit dceff4a919
1 changed files with 1 additions and 1 deletions

View File

@ -143,8 +143,8 @@ if ( $command =~ /^(?:start|restart)$/ )
if ( $monitor->{Function} eq 'Active' )
{
execute( ZM_PATH_BIN."/zmdc.pl start zma -m $monitor->{Id}" );
execute( ZM_PATH_BIN."/zmdc.pl start zmfilter.pl -m $monitor->{Id} -e -1" );
}
execute( ZM_PATH_BIN."/zmdc.pl start zmfilter.pl -m $monitor->{Id} -e -1" );
}
}
$sth->finish();