Bug 57 - Fixed track motion not clearing problem.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1420 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-05-18 16:00:03 +00:00
parent d01d64b189
commit 6ef3aa6c81
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if ( isset($action) )
}
}
}
if ( isset($mid) && canEdit( 'Monitors', $mid ) )
if ( canEdit( 'Monitors', $mid ) )
{
if ( $action == "function" && isset( $mid ) )
{
@ -243,6 +243,7 @@ if ( isset($action) )
$types = array(
'Triggers' => 'set',
'Controllable' => 'toggle',
'TrackMotion' => 'toggle',
);
$columns = getTableColumns( 'Monitors' );