Fixed broken SQL.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1379 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-03-20 14:03:08 +00:00
parent 3e48ab61f8
commit aaf1736930
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if ( ZM_OPT_CONTROL )
}
else
{
$sql = "select * from Monitors where M.Id = '$mid'";
$sql = "select * from Monitors where Id = '$mid'";
}
$result = mysql_query( $sql );
if ( !$result )