INTEGRATION: CWS native110 (1.32.36); FILE MERGED

2007/11/28 15:13:39 is 1.32.36.2: RESYNC: (1.32-1.33); FILE MERGED
2007/10/04 11:21:15 is 1.32.36.1: #i82251# repackaging, part 3
This commit is contained in:
Oliver Bolte 2008-01-04 15:56:16 +00:00
parent 9ee0e5f2c4
commit 2daf7dbefb

View file

@ -4,9 +4,9 @@
#
# $RCSfile: download.pm,v $
#
# $Revision: 1.34 $
# $Revision: 1.35 $
#
# last change: $Author: kz $ $Date: 2007-12-12 14:54:35 $
# last change: $Author: obo $ $Date: 2008-01-04 16:56:16 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -1446,9 +1446,6 @@ sub create_download_sets
installer::logger::include_header_into_logfile("Creating download installation sets:");
# special handling for unix multi language installation sets
if ( $installer::globals::is_unix_multi ) { $languagestringref = \$installer::globals::unixmultipath; }
# special handling for installation sets, to which english was added automatically
if ( $installer::globals::added_english ) { remove_english_for_nsis_installer($languagestringref, $languagesarrayref); }