This commit is contained in:
@@ -71,7 +71,7 @@ namespace DataLoader
|
||||
string title = null; // for docname, remove the '.lib', i.e. substring(0,8)
|
||||
DateTime dts = DateTime.Now;
|
||||
string tmpRtfFileName = GetLibDocData(fi, ci, ref title);
|
||||
int Docid = SaveWordDoc(tmpRtfFileName, title, ci);
|
||||
int Docid = SaveWordDoc(tmpRtfFileName, title, null, ci);
|
||||
File.Delete(tmpRtfFileName);
|
||||
return Docid;
|
||||
}
|
||||
|
Reference in New Issue
Block a user