Skip to content

Commit

Permalink
'#1843: Remove an extra space in the query.
Browse files Browse the repository at this point in the history
  • Loading branch information
wladimirleite authored and lfcnassif committed Oct 5, 2023
1 parent 19c623a commit f328eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ protected Message.MessageType decodeMessageType(int messageType, int gEventType)
+ "ORDER BY ZLASTMESSAGEDATE DESC"; //$NON-NLS-1$

private static final String SELECT_CHAT_LIST_NO_PPIC = "SELECT ZWACHATSESSION.Z_PK as id, ZCONTACTJID AS contact, " //$NON-NLS-1$
+ "ZPARTNERNAME as subject, ZLASTMESSAGEDATE, NULL as avatarPath , 0 as ZREMOVED " //$NON-NLS-1$
+ "ZPARTNERNAME as subject, ZLASTMESSAGEDATE, NULL as avatarPath, 0 as ZREMOVED " //$NON-NLS-1$
+ "FROM ZWACHATSESSION " //$NON-NLS-1$
+ "ORDER BY ZLASTMESSAGEDATE DESC"; //$NON-NLS-1$
/*
Expand Down

0 comments on commit f328eae

Please sign in to comment.