appdb/. screenshots.php

WineHQ wineowner at wine.codeweavers.com
Thu Jun 29 14:00:42 CDT 2006


ChangeSet ID:	26131
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/06/29 14:00:41

Modified files:
	.              : screenshots.php 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Fix missed lookup_version_name() -> Version::lookup_name() in version cleanup patch

Patch: http://cvs.winehq.org/patch.py?id=26131

Old revision  New revision  Changes     Path
 1.33          1.34          +1 -1       appdb/screenshots.php

Index: appdb/screenshots.php
diff -u -p appdb/screenshots.php:1.33 appdb/screenshots.php:1.34
--- appdb/screenshots.php:1.33	29 Jun 2006 19: 0:41 -0000
+++ appdb/screenshots.php	29 Jun 2006 19: 0:41 -0000
@@ -75,7 +75,7 @@ if($hResult && mysql_num_rows($hResult))
                 $c=1;
             }
             $currentVersionId=$oRow->versionId;
-            echo html_frame_start("Version ".lookup_version_name($currentVersionId));
+            echo html_frame_start("Version ".Version::lookup_name($currentVersionId));
             echo "<div align=center><table><tr>\n";
         }
         $img = get_thumbnail($oRow->id);



More information about the wine-cvs mailing list