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

Eugene Sandulenko sev at users.sourceforge.net
Tue Sep 28 09:54:45 CEST 2004


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

Modified Files:
	compatibility.php 
Log Message:
Fix wrong field


Index: compatibility.php
===================================================================
RCS file: /cvsroot/scummvm/web/compatibility.php,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- compatibility.php	28 Sep 2004 16:43:39 -0000	1.348
+++ compatibility.php	28 Sep 2004 16:46:32 -0000	1.349
@@ -485,7 +485,7 @@
 		if ($c % 2 == 0) { $color = "color2"; } else { $color = "color0"; }
 		echo html_frame_tr(
 				    html_frame_td(html_ahref($name, $PHP_SELF."?details=".$array[1])).
-     				    html_frame_td($array[0]).
+     				    html_frame_td($array[1]).
 			 	    html_frame_td($array[2]."%", 'align="center" class="pct'.($array[2] - ($array[2]%5)).'"'),
  			  	    $color
 		);





More information about the Scummvm-git-logs mailing list