Add space when building query string for attachments.

Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
pull/1838/head
Andrew Mahone 5 years ago committed by GitHub
parent 20727906c8
commit 90dfe729bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6161,7 +6161,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
if (query.Index.HasValue)
{
cmdText += "AND AttachmentIndex=@AttachmentIndex";
cmdText += " AND AttachmentIndex=@AttachmentIndex";
}
cmdText += " order by AttachmentIndex ASC";

Loading…
Cancel
Save