Fixed issue with detecting missing config.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1923 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan
2006-04-07 13:56:26 +00:00
parent f05de80254
commit fca550fe8e

View File

@@ -575,7 +575,7 @@ if ( $version )
{
print( "Updating monitors. Please wait.\n" );
if ( ZM_NO_MAX_FPS_ON_ALARM )
if ( defined(&ZM_NO_MAX_FPS_ON_ALARM) && &ZM_NO_MAX_FPS_ON_ALARM )
{
# Update the individual monitor settings to match the previous global one
my $sql = "update Monitors set AlarmMaxFPS = NULL";