Author: buildbot
Date: Mon May 21 19:43:30 2012
New Revision: 818590
Log:
Staging update by buildbot for openofficeorg
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/download/download_improved.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 21 19:43:30 2012
@@ -1 +1 @@
-1340994
+1341166
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 21 19:43:30 2012
@@ -1 +1 @@
-1340994
+1341166
Modified: websites/staging/ooo-site/trunk/content/download/download_improved.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download_improved.js
(original)
+++ websites/staging/ooo-site/trunk/content/download/download_improved.js Mon
May 21 19:43:30 2012
@@ -502,7 +502,7 @@ function apache_getChecksum( version, nl
else
language = getLanguageISO( nl_language );
- if ( nl_language == "en-US" )
+ if ( language == "en-US" )
var link = MIRROR_APACHE_DIST_URL + APACHE_SUFFIX_STABLE +
version + "/";
else
var link = MIRROR_APACHE_DIST_URL + APACHE_SUFFIX_LOC +
language + "/" + version + "/";