This commit is contained in:
2008-10-03 11:22:46 +00:00
parent 4ea65e4bf6
commit 3635a5e403
9 changed files with 15 additions and 29 deletions

View File

@@ -107,9 +107,8 @@ namespace DataLoader
format = Format.Get(1);
DocVersion v = DocVersion.MakeDocVersion(tmpfld, (int)DocVersionType(vb.Path.ToLower()), thetitle, vb.Path.ToLower(), null, format, fld_cfg == null ? null : fld_cfg.ToString(), DateTime.Now, "Migration");
tn.Tag = v;
//TODO: load procedure set
MigrateDocVersion(v, false);
return (object)v;
MigrateDocVersion(v, false);
return (object)v;
}
return 0;
}