aboutsummaryrefslogtreecommitdiffstats
path: root/en/4
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2013-10-02 20:49:39 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2013-10-02 20:49:39 +0000
commit665f2b1c161ad63715444d78cf3de33a57ea23c1 (patch)
tree79b3000644bc839ba2e1e12c46b8e0f7a7d22e6c /en/4
parentdb73b0eb1d36160f930d1d32c8d298177c1cc034 (diff)
downloadwww-665f2b1c161ad63715444d78cf3de33a57ea23c1.tar
www-665f2b1c161ad63715444d78cf3de33a57ea23c1.tar.gz
www-665f2b1c161ad63715444d78cf3de33a57ea23c1.tar.bz2
www-665f2b1c161ad63715444d78cf3de33a57ea23c1.tar.xz
www-665f2b1c161ad63715444d78cf3de33a57ea23c1.zip
Say hello to the last alpha of Mageia4
Diffstat (limited to 'en/4')
-rwxr-xr-xen/4/download_index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php
index 509b432b3..0e71b6b50 100755
--- a/en/4/download_index.php
+++ b/en/4/download_index.php
@@ -2,7 +2,7 @@
$name = 'Mageia';
$version = '4';
-$release = 'alpha2';
+$release = 'alpha3';
define('HLANG', true);
@@ -35,7 +35,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me
break;
}
- echo $torrent && $unavailabletorrent || $arch=='dual' ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="../downloads/get/?q=%s%s" title="%s">%s</a>',
+ echo $torrent && $unavailabletorrent ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="../downloads/get/?q=%s%s" title="%s">%s</a>',
get_mageia_image_file_name($name, $version, $release, $variant, $arch, $medium, '.iso'),
$torrent ? '&amp;torrent=1' : '',
implode(' ', array($name, $version, $release, $variant, $arch, $medium)),