Patch level :10.0 273

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :abilitato tassan fino al giorno della liberazione (da tassn stesso?)


git-svn-id: svn://10.65.10.50/trunk@18633 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-03-30 10:49:58 +00:00
parent 2ce8c74b7a
commit e587f7c1ec
2 changed files with 2 additions and 2 deletions

View File

@ -801,7 +801,7 @@ bool is_tassan()
bool yes = false; bool yes = false;
if (dongle().number() == 202) if (dongle().number() == 202)
{ {
const TDate morte(28, 03, 2009); // Giorno della morte del programma const TDate morte(25, 04, 2009); // Giorno della morte del programma
const TDate oggi(TODAY); const TDate oggi(TODAY);
yes = oggi >= morte; yes = oggi >= morte;
} }

View File

@ -1257,7 +1257,7 @@ void TManutenzione_app::convert_dir()
if (!fname.exist() && ds.len() > 0) if (!fname.exist() && ds.len() > 0)
{ {
set_autoload_new_files(false); set_autoload_new_files(false);
f.build(0L,rs); f.build(rs);
set_autoload_new_files(true); set_autoload_new_files(true);
// Anche se il file non esisteva, prosegue, perche' possono esserci conversioni // Anche se il file non esisteva, prosegue, perche' possono esserci conversioni
// specificate in FCONV.INI // specificate in FCONV.INI