diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-09-06 21:39:22 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-09-06 21:39:22 +0000 |
commit | 66f4a861b401f3d733493e70d6616899e975750e (patch) | |
tree | 246f637c4c0609a9867b5fe125a0852e2fc7cba4 /en/4 | |
parent | 52e1e41bf90deb01bef46ab70d25edbce3ad846a (diff) | |
download | www-66f4a861b401f3d733493e70d6616899e975750e.tar www-66f4a861b401f3d733493e70d6616899e975750e.tar.gz www-66f4a861b401f3d733493e70d6616899e975750e.tar.bz2 www-66f4a861b401f3d733493e70d6616899e975750e.tar.xz www-66f4a861b401f3d733493e70d6616899e975750e.zip |
mga4 alpha2 is here, with no dual
Diffstat (limited to 'en/4')
-rwxr-xr-x | en/4/download_index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index 12d40b03c..509b432b3 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -2,7 +2,7 @@ $name = 'Mageia'; $version = '4'; -$release = 'alpha1'; +$release = 'alpha2'; define('HLANG', true); @@ -35,7 +35,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me break; } - echo $torrent && $unavailabletorrent || !$variant ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="../downloads/get/?q=%s%s" title="%s">%s</a>', + echo $torrent && $unavailabletorrent || $arch=='dual' ? 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 ? '&torrent=1' : '', implode(' ', array($name, $version, $release, $variant, $arch, $medium)), |