Removed redundant scale setting.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@874 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
0d88ef6974
commit
77fb4eca2b
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue