[Scummvm-cvs-logs] CVS: web compatibility.php,1.349,1.350

Eugene Sandulenko sev at users.sourceforge.net
Tue Sep 28 09:58:39 CEST 2004


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20858

Modified Files:
	compatibility.php 
Log Message:
Fix compatiibility details rendering


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- compatibility.php	28 Sep 2004 16:46:32 -0000	1.349
+++ compatibility.php	28 Sep 2004 16:52:18 -0000	1.350
@@ -408,7 +408,8 @@
 $c = 0;
 // Ender - Added this
 if ($details) {
-	while (list($name,$array) = each(array_merge($gamesLucas, $gamesHE, $gamesOther)))
+	$arrayt = array_merge($gamesLucas, $gamesHE, $gamesOther);
+	while (list($name,$array) = each($arrayt))
 	{	
 
 		if ($array[1] == $details) {





More information about the Scummvm-git-logs mailing list