Update of /cvsroot/audacity/htdocs/latest
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv2740

Modified Files:
        audacity-macosx-intel.php 
Log Message:
Fix the redirect so that it uses the macosx_intel_verion number not the
macosx_version number, and so broke the links if intel and PPC had different
version numbers


Index: audacity-macosx-intel.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/latest/audacity-macosx-intel.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- audacity-macosx-intel.php   30 Oct 2006 13:12:30 -0000      1.1
+++ audacity-macosx-intel.php   22 Nov 2006 20:14:10 -0000      1.2
@@ -4,6 +4,6 @@
 
 include 'mirror.inc.php';
 include 'versions.inc.php';
-header('Location: 
'.download_url('audacity-macosx-intel-'.macosx_version.'.dmg'));
+header('Location: 
'.download_url('audacity-macosx-intel-'.macosx_intel_version.'.dmg'));
 
 ?>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to