Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
solo commenti


git-svn-id: svn://10.65.10.50/trunk@18754 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-04-21 15:26:43 +00:00
parent ed62bfd2bc
commit 874f9c4558

View File

@ -290,7 +290,7 @@ int TInstaller_mask::precheck_modules(bool only_newer)
// spunta il modulo o la patch se ho installata la stessa versione
bool chk = rigar.get_char(C_ISPATCH) != 'X' || release == currrelease;
// non spunta automaticamente il modulo server sui client
// non spunta automaticamente il modulo server su installazioni che non siano server
if (chk && cod_module == "sr" && test_station_type() != 2)
chk = false;