Alexander Nicolaysen Sørnes : screenshot : Show Wine version

Alexander Nicolaysen Sørnes asornes at winehq.org
Mon Oct 26 19:40:21 CDT 2009


Module: appdb
Branch: master
Commit: c74053c75af34f2627bba6cd0fa2a3e9e31c1524
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=c74053c75af34f2627bba6cd0fa2a3e9e31c1524

Author: Alexander Nicolaysen Sørnes <alexander at 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() &&
             (




More information about the wine-cvs mailing list