ChangeSet ID: 26324 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2006/07/07 11:25:43 Modified files: include : screenshot.php Log message: Jonathan Ernst <jonathan(a)ernstfamily.ch> Fix showing of full size screenshots Patch: http://cvs.winehq.org/patch.py?id=26324 Old revision New revision Changes Path 1.42 1.43 +1 -1 appdb/include/screenshot.php Index: appdb/include/screenshot.php diff -u -p appdb/include/screenshot.php:1.42 appdb/include/screenshot.php:1.43 --- appdb/include/screenshot.php:1.42 7 Jul 2006 16:25:43 -0000 +++ appdb/include/screenshot.php 7 Jul 2006 16:25:43 -0000 @@ -415,7 +415,7 @@ function get_thumbnail($id) $img = '<a href="'.apidb_fullurl("appimage.php"). '?iId='.$id. '" onclick="javascript:openWin(\''.apidb_fullurl("appimage.php"). - '?id='.$id.'\',\''.$randName.'\','. + '?iId='.$id.'\',\''.$randName.'\','. ($oScreenshot->oScreenshotImage->get_width() + 20).','. ($oScreenshot->oScreenshotImage->get_height() + 6). ');return false;">'.$imgSRC.'</a>';