Correct the spelling of oThumbnail variable in get_thumbnail()

This commit is contained in:
EA Durbin
2006-05-04 00:03:47 +00:00
committed by WineHQ
parent fe004f36fa
commit 3fba57d0ff

View File

@@ -392,8 +392,8 @@ function get_thumbnail($id)
// set img tag
$imgSRC = '<img src="'.apidb_fullurl("appimage.php").
'?thumbnail=true&id='.$id.'" alt="'.$oScreenshot->sDescription.
'" width="'.$oScreenshot->oThumnailImage->width.
'" height="'.$oScreenshot->oThumnailImage->height.'">';
'" width="'.$oScreenshot->oThumbnailImage->width.
'" height="'.$oScreenshot->oThumbnailImage->height.'">';
$img = '<a href="'.apidb_fullurl("appimage.php").
'?id='.$id.
'" onclick="javascript:openWin(\''.apidb_fullurl("appimage.php").