CVloses window after zone mod.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1642 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-12-01 16:35:02 +00:00
parent 6c8d24cd66
commit e4cc77840d
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) )
{