appdb/include screenshot.php

WineHQ wineowner at wine.codeweavers.com
Wed May 3 19:03:47 CDT 2006


ChangeSet ID:	24444
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/05/03 19:03:47

Modified files:
	include        : screenshot.php 

Log message:
	"EA Durbin" <ead1234 at hotmail.com>
	Correct the spelling of oThumbnail variable in get_thumbnail()

Patch: http://cvs.winehq.org/patch.py?id=24444

Old revision  New revision  Changes     Path
 1.33          1.34          +2 -2       appdb/include/screenshot.php

Index: appdb/include/screenshot.php
diff -u -p appdb/include/screenshot.php:1.33 appdb/include/screenshot.php:1.34
--- appdb/include/screenshot.php:1.33	4 May 2006  0: 3:47 -0000
+++ appdb/include/screenshot.php	4 May 2006  0: 3:47 -0000
@@ -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").



More information about the wine-cvs mailing list