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 // set img tag
$imgSRC = '<img src="'.apidb_fullurl("appimage.php"). $imgSRC = '<img src="'.apidb_fullurl("appimage.php").
'?thumbnail=true&id='.$id.'" alt="'.$oScreenshot->sDescription. '?thumbnail=true&id='.$id.'" alt="'.$oScreenshot->sDescription.
'" width="'.$oScreenshot->oThumnailImage->width. '" width="'.$oScreenshot->oThumbnailImage->width.
'" height="'.$oScreenshot->oThumnailImage->height.'">'; '" height="'.$oScreenshot->oThumbnailImage->height.'">';
$img = '<a href="'.apidb_fullurl("appimage.php"). $img = '<a href="'.apidb_fullurl("appimage.php").
'?id='.$id. '?id='.$id.
'" onclick="javascript:openWin(\''.apidb_fullurl("appimage.php"). '" onclick="javascript:openWin(\''.apidb_fullurl("appimage.php").