Added stop of zma before start when updating zones.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@182 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2002-12-11 22:42:37 +00:00
parent 3940951267
commit 6917f465e0
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ if ( $action )
$result = mysql_query( $sql );
if ( !$result )
die( mysql_error() );
stopDaemon( "zma", $monitor[Device] );
startDaemon( "zma", $monitor[Device] );
$refresh_parent = true;
}