Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :risolto il problema dello sfoglia nella maschera di installazione


git-svn-id: svn://10.65.10.50/trunk@17651 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-11-17 10:10:09 +00:00
parent e87fd473f1
commit 1d69147635

View File

@ -269,7 +269,7 @@ int TInstaller_mask::precheck_modules(bool only_newer)
currpatch = rigar.get_int(C_CURRPATCH);
modnumber = get_module_number(cod_module);
if (modnumber >= 0 && has_module(modnumber) &&
!release.blank() &&
release.full() &&
((release > currrelease) ||
(release == currrelease && (only_newer ? patchlevel > currpatch : patchlevel >= currpatch) ))
)