re-enabled logging to text file, updated+fixed URLdownloadtovar error message
This commit is contained in:
@@ -35,10 +35,9 @@ SaveOrPostProgress(Message:="",PostType:=""){
|
||||
if(InStr(PostType, "Tooltip")){
|
||||
TooltipThis(Message)
|
||||
}
|
||||
/* if(InStr(PostType, "ErrorLoggingTextFile")){
|
||||
if(InStr(PostType, "ErrorLoggingTextFile")){
|
||||
Func_LogErrorsToTextFile(Message)
|
||||
}
|
||||
*/
|
||||
if(InStr(PostType, "ErrorSummaryVar")){
|
||||
Func_LogErrorsToVar(Message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user