mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-17 21:38:45 -04:00
Fixed broken SQL.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1379 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user