Fixed broken SQL.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1379 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
3e48ab61f8
commit
aaf1736930
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue