ChangeSet ID: 26633 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/07/18 19:54:56 Modified files: include : screenshot.php Log message: Chris Morgan Fix centering of screenshot images on application/version pages Patch: http://cvs.winehq.org/patch.py?id=26633 Old revision New revision Changes Path 1.47 1.48 +2 -2 appdb/include/screenshot.php Index: appdb/include/screenshot.php diff -u -p appdb/include/screenshot.php:1.47 appdb/include/screenshot.php:1.48 --- appdb/include/screenshot.php:1.47 Wed May 22 03:38:39 2013 +++ appdb/include/screenshot.php Wed May 22 03:38:39 2013 @@ -394,11 +394,11 @@ class Screenshot { if(!$hResult || !mysql_num_rows($hResult)) { - $sImgFile = 'No Screenshot'; + $sImgFile.= 'No Screenshot'; } else { $oRow = mysql_fetch_object($hResult); - $sImgFile = ''.$oRow->description.''; + $sImgFile.= ''.$oRow->description.''; } if($bFormatting)