diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2013-08-10 09:22:43 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2013-08-10 09:22:43 +0000 |
commit | 5ce8e0a749560f7cb0bf9702bb95faa901609241 (patch) | |
tree | 00f71d24702a453aab5ac510f33fe25cab1806d1 /en/4 | |
parent | 01993023a25c1a66b495a5e942029f30e0fb8769 (diff) | |
download | www-5ce8e0a749560f7cb0bf9702bb95faa901609241.tar www-5ce8e0a749560f7cb0bf9702bb95faa901609241.tar.gz www-5ce8e0a749560f7cb0bf9702bb95faa901609241.tar.bz2 www-5ce8e0a749560f7cb0bf9702bb95faa901609241.tar.xz www-5ce8e0a749560f7cb0bf9702bb95faa901609241.zip |
seems we will release only live
Diffstat (limited to 'en/4')
-rwxr-xr-x | en/4/download_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/4/download_index.php b/en/4/download_index.php index be91f9eae..5947b3b79 100755 --- a/en/4/download_index.php +++ b/en/4/download_index.php @@ -37,7 +37,7 @@ function dl_link($name, $version, $release, $variant = null, $arch = 'i586', $me echo _t('forthcoming'); /* - echo $torrent && $unavailabletorrent ? sprintf(_t('forthcoming')) : sprintf('<a rel="nofollow" href="../downloads/get/?q=%s%s" title="%s">%s</a>', + echo $torrent && $unavailabletorrent || !$variant ? 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)), |