mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-19 06:18:15 -04:00
Fixed typo.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2206 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
@@ -1023,7 +1023,7 @@ function getImageSrc( $event, $frame, $scale, $capture_only=false, $overwrite=fa
|
||||
function createListThumbnail( $event, $overwrite=false )
|
||||
{
|
||||
$sql = "select * from Frames where EventId = '".$event['Id']."' and Score = '".$event['MaxScore']."' order by FrameId limit 0,1";
|
||||
$frame = dbFetchOne( $frame );
|
||||
$frame = dbFetchOne( $sql );
|
||||
$frame_id = $frame['FrameId'];
|
||||
|
||||
if ( ZM_WEB_LIST_THUMB_WIDTH )
|
||||
|
||||
Reference in New Issue
Block a user