From c52a9c7bb957041fc10f163c4445b60f8d9c264a Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 5 Dec 2005 12:19:46 +0000 Subject: [PATCH] Unset points before getting changes. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1655 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_actions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/zm_actions.php b/web/zm_actions.php index c8d437ba7..2017e0a2b 100644 --- a/web/zm_actions.php +++ b/web/zm_actions.php @@ -1037,6 +1037,7 @@ if ( isset($action) ) $new_zone['MaxBlobPixels'] = intval(($new_zone['MaxBlobPixels']*$new_zone['Area'])/100); } + unset( $new_zone['Points'] ); $types = array(); $changes = getFormChanges( $zone, $new_zone, $types );