Author: buildbot
Date: Thu May 17 13:49:29 2012
New Revision: 818059

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_new_dl.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 17 13:49:29 2012
@@ -1 +1 @@
-1339480
+1339602

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 17 13:49:29 2012
@@ -1 +1 @@
-1339480
+1339602

Modified: websites/staging/ooo-site/trunk/content/download/download_new_dl.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download_new_dl.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/download_new_dl.js Thu May 
17 13:49:29 2012
@@ -273,7 +273,7 @@ function getArray() {
 
        // Convert "en" to "en-US" as well since en-US build is the canonical
        // translation, and thus better tested.
-       if (language == "" || language == "null" || language == "en") language 
= "en-US";
+       if (!language || language == "" || language == "null" || language == 
"en") language = "en-US";
 
        // Konqueror uses '_' where other browsers use '-'.
        if (language.indexOf("_") != -1) {


Reply via email to