diff --git a/web/zm_html_view_montagefeed.php b/web/zm_html_view_montagefeed.php index 77a48be55..bed0a4b3e 100644 --- a/web/zm_html_view_montagefeed.php +++ b/web/zm_html_view_montagefeed.php @@ -32,9 +32,6 @@ if ( empty($mode) ) $mode = "still"; } -if ( !isset( $scale ) ) - $scale = SCALE_SCALE; - $result = mysql_query( "select * from Monitors where Id = '$mid'" ); if ( !$result ) die( mysql_error() );