CVloses window after zone mod.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1642 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
6c8d24cd66
commit
e4cc77840d
|
@ -1049,7 +1049,6 @@ if ( isset($action) )
|
|||
else
|
||||
{
|
||||
$sql = "insert into Zones set MonitorId = '$mid', ".implode( ", ", $changes );
|
||||
$view = 'none';
|
||||
}
|
||||
//echo "<html>$sql</html>";
|
||||
simpleQuery( $sql );
|
||||
|
@ -1060,6 +1059,7 @@ if ( isset($action) )
|
|||
}
|
||||
$refresh_parent = true;
|
||||
}
|
||||
$view = 'none';
|
||||
}
|
||||
elseif ( $action == "monitor" && isset( $mid ) )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue