Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14545
Modified Files:
browse.cgi
Log Message:
Compiler version is not displayed twice anymore.
Index: browse.cgi
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/browse.cgi,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** browse.cgi 10 Oct 2006 17:03:04 -0000 1.32
--- browse.cgi 10 Oct 2006 17:18:02 -0000 1.33
***************
*** 298,302 ****
while ( @current = ($sth->fetchrow_array())) {
! $result="$current[0] $current[1]";
}
--- 298,302 ----
while ( @current = ($sth->fetchrow_array())) {
! $result="$current[0]";
}
|