From 97658f9e7529615caf3f6930df45ee99746d5e6d Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Mon, 12 Mar 2001 18:50:40 +0000 Subject: [PATCH] Oops typo... And using the new $LANGUAGES array :) --- mirrors.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrors.php b/mirrors.php index 52012dd07..f7e3e5cda 100644 --- a/mirrors.php +++ b/mirrors.php @@ -29,9 +29,9 @@ the provider's homepage: echo ''; if ($mprevious != $mdata[0]) { echo $COUNTRIES[$mdata[0]]; } else { echo " "; } - echo '' . make_link($murl, $murl); . + echo '' . make_link($murl, $murl) . '' . make_link($mdata[3], $mdata[1]) . - '' . $mdata[6] . ''; + '' . $LANGUAGES[$mdata[6]] . ''; $mprevious = $mdata[0]; } ?>