[AppDB] Make the AppDB show "images/no_screenshot.png" when there is no screenshot again.

Tony Lambregts tony.lambregts at gmail.com
Sat Aug 6 21:08:46 CDT 2005


Change Log: Make the AppDB show "images/no_screenshot.png" when there is no 
screenshot again.

Files Changed: include/screenshot.php








-------------- next part --------------
Index: include/screenshot.php
===================================================================
RCS file: /home/wine/appdb/include/screenshot.php,v
retrieving revision 1.32
diff -u -r1.32 screenshot.php
--- include/screenshot.php	6 Aug 2005 02:42:09 -0000	1.32
+++ include/screenshot.php	7 Aug 2005 01:58:18 -0000
@@ -321,7 +321,7 @@
     }
     if(!$hResult || !mysql_num_rows($hResult))
     {
-        $sImgFile = '<center><img src="'.appdb_fullpath("images/no_screenshot.png").'" alt="No Screenshot" /></center>';
+        $sImgFile = '<center><img src="images/no_screenshot.png" alt="No Screenshot" /></center>';
     } else
     {
         $oRow = mysql_fetch_object($hResult);


More information about the wine-patches mailing list