diff --git a/web/zm_actions.php b/web/zm_actions.php index b31e8fbe6..5ea49b695 100644 --- a/web/zm_actions.php +++ b/web/zm_actions.php @@ -213,7 +213,6 @@ if ( isset($action) ) { if ( $mid > 0 ) { - echo( "update Monitors set ".implode( ", ", $changes )." where Id = '$mid'" ); simpleQuery( "update Monitors set ".implode( ", ", $changes )." where Id = '$mid'" ); if ( $changes['Name'] ) {