zma restarted on mode change, zmwatch not restarted

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@688 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2003-11-08 11:51:17 +00:00
parent 407f090862
commit ddb417769b
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ if ( $action )
$monitor['Function'] = $new_function;
zmcControl( $monitor, true );
zmaControl( $monitor );
zmaControl( $monitor, true );
$refresh_parent = true;
}
}
@ -302,7 +302,7 @@ if ( $action )
fixDevices();
zmcControl( $monitor, true );
zmaControl( $monitor, true );
daemonControl( 'restart', 'zmwatch.pl' );
//daemonControl( 'restart', 'zmwatch.pl' );
$refresh_parent = true;
}
}