--- ibx/trunk/iblocaldb/nongui/IBCMLocalDBSupport.pas 2021/02/25 11:56:36 315 +++ ibx/trunk/iblocaldb/nongui/IBCMLocalDBSupport.pas 2021/08/23 14:22:29 345 @@ -85,7 +85,7 @@ begin repeat if CurrentDBVersionNo >= TargetVersionNo then break; LastVersionNo := CurrentDBVersionNo; - UpdateAvailable := UpgradeConf.GetUpgradeInfo(CurrentDBVersionNo+1,UpgradeInfo); + UpdateAvailable := UpgradeConf.GetUpgradeInfo(SectionHeaderTemplate,CurrentDBVersionNo+1,UpgradeInfo); if UpdateAvailable then begin if UpgradeInfo.BackupDB then