Author: marcus
Date: Sun Sep 29 16:29:36 2013
New Revision: 1527346
URL: http://svn.apache.org/r1527346
Log:
Update to release AOO 4.0.1
Modified:
openoffice/ooo-site/trunk/content/download/download.js
Modified: openoffice/ooo-site/trunk/content/download/download.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1527346&r1=1527345&r2=1527346&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Sun Sep 29 16:29:36
2013
@@ -162,7 +162,7 @@ function getLink() {
// FILENAME = FILENAME + EXTENSION;
// Assign the file name (column 3) from the release
matrix of language and platform
- FILENAME = release_aoo400_matrix[ LANG_ISO ][
RELEASE_MATRIX_PLATFORM_POS ][ 3 ];
+ FILENAME = release_matrix[ LANG_ISO ][
RELEASE_MATRIX_PLATFORM_POS ][ 3 ];
// LINK = SOURCEFORGE_BASE_URL + NL_LANGUAGE +
"/Apache_OpenOffice_" + VERSION + "_";
// LINK = LINK + URL_PLATFORM + "_" +
NL_LANGUAGE + EXTENSION + "/download";
@@ -347,10 +347,10 @@ function getFilesize() {
// If a platform was found and no error occurred, assign the array data
and filesize from the release matrix
if ( RELEASE_MATRIX_PLATFORM_POS > -1 && !ERROR ) {
// Assign all values from the release matrix of language and
platform
- RELEASE_MATRIX_PLATFORM = release_aoo400_matrix[
LANG_ISO ][ RELEASE_MATRIX_PLATFORM_POS ];
+ RELEASE_MATRIX_PLATFORM = release_matrix[ LANG_ISO ][
RELEASE_MATRIX_PLATFORM_POS ];
// Assign the file size (column 2) from the release matrix of
language and platform
- FILESIZE = release_aoo400_matrix[
LANG_ISO ][ RELEASE_MATRIX_PLATFORM_POS ][ 2 ];
+ FILESIZE = release_matrix[ LANG_ISO ][
RELEASE_MATRIX_PLATFORM_POS ][ 2 ];
} else {
ERROR = true;
FILESIZE = 0;