diff options
Diffstat (limited to 'plugins/ImportTXT/ImportThrd.pas')
-rw-r--r-- | plugins/ImportTXT/ImportThrd.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ImportTXT/ImportThrd.pas b/plugins/ImportTXT/ImportThrd.pas index f743b10e5b..31e185bf90 100644 --- a/plugins/ImportTXT/ImportThrd.pas +++ b/plugins/ImportTXT/ImportThrd.pas @@ -154,7 +154,7 @@ begin exit;
end;
// get the previous
- hExistingDbEvent := db_event_prev(hExistingDbEvent);
+ hExistingDbEvent := db_event_prev(hContact,hExistingDbEvent);
end;
end;
end;
|