Access2Base - FIX OutputStringToHtml
Remove useless ConvertToUrl function
This commit is contained in:
parent
9d06ffadbe
commit
008673c23d
1 changed files with 1 additions and 1 deletions
|
@ -1574,7 +1574,7 @@ Dim i As Integer, l As Long
|
|||
lNextQuote = InStr(lUrl, psString, """", 1)
|
||||
If lNextQuote = 0 Then lNextQuote = Len(psString) ' Should not happen but, if quoted string not closed ...
|
||||
sUrl = Mid(psString, lUrl, lNextQuote - lUrl)
|
||||
sOutput = sOutput & sPattern & Iif(sPattern = "<a id=""", sUrl, ConvertToUrl(sUrl)) & """"
|
||||
sOutput = sOutput & sPattern & sUrl & """"
|
||||
lCurrentChar = lNextQuote + 1
|
||||
bQuote = False
|
||||
bTagEnd = False
|
||||
|
|
Loading…
Reference in a new issue