Kaydet (Commit) 3e735768 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS draw18 (1.35.12); FILE MERGED

2003/06/18 09:43:34 bc 1.35.12.1: #110221# documents now always saved in target path
üst 862cac51
......@@ -67,6 +67,7 @@ Dim bAssignFileName as Boolean
ReadCollectionPaths() = False
Exit Function
End If
CurFileContent = ""
CurFileName = NewList(n,0)
If NewList(n,1) = "vor" Then
CurFileContent = GetRealFileContent(oDocInfo, CurFileName)
......@@ -83,6 +84,9 @@ Dim bAssignFileName as Boolean
a = a + 1
NewList(a,0) = CurFileName
NewList(a,1) = CurExtension
If CurFileContent = "" Then
CurFileContent = CurExtension
End If
ApplIndex = GetApplicationIndex(CurFileContent, sFiltername())
NewContentList(a) = ApplIndex
End If
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment