Module: appdb Branch: master Commit: c74053c75af34f2627bba6cd0fa2a3e9e31c1524 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=c74053c75af34f2627bba6cd0...
Author: Alexander Nicolaysen Sørnes <alexander@linux-xqqm.(none)> Date: Mon Oct 26 17:36:43 2009 +0100
screenshot: Show Wine version
---
screenshots.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/screenshots.php b/screenshots.php index 920c50e..d8ae285 100644 --- a/screenshots.php +++ b/screenshots.php @@ -102,7 +102,8 @@ if($hResult && query_num_rows($hResult)) echo "<td>\n"; echo $img; echo "<div align=center>". substr($oRow->description,0,20). "\n"; - + echo '<br />Wine version: '; + echo $oScreenshot->sTestedVersion ? $oScreenshot->sTestedVersion : 'N/A'; //show admin delete link if($_SESSION['current']->isLoggedIn() && (