Correct the spelling of oThumbnail variable in get_thumbnail()
This commit is contained in:
@@ -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").
|
||||||
|
|||||||
Reference in New Issue
Block a user