[Scummvm-cvs-logs] CVS: web demos.php,1.2,1.3
Max Horn
fingolfin at users.sourceforge.net
Sun Apr 27 17:31:06 CEST 2003
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1:/tmp/cvs-serv21456
Modified Files:
demos.php
Log Message:
there are only two columns in that table/array
Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- demos.php 24 Apr 2003 12:12:45 -0000 1.2
+++ demos.php 28 Apr 2003 00:30:37 -0000 1.3
@@ -89,8 +89,7 @@
if ($c % 2 == 0) { $color = "color2"; } else { $color = "color0"; }
echo html_frame_tr(
html_frame_td("<a href=\"$array[0]\">$name</a>").
- html_frame_td($array[1]).
- html_frame_td($array[2], 'align="center" class="pct'.$array[2].'"'),
+ html_frame_td($array[1]),
$color
);
$c++;
More information about the Scummvm-git-logs
mailing list