Bug 57 - Fixed track motion not clearing problem.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1420 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
d01d64b189
commit
6ef3aa6c81
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue