Skip to content
Snippets Groups Projects
Commit 0c9621cc authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

updated most recent sql to include DESC

parent f2dc2601
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,7 @@ public String getDescription() { ...@@ -359,7 +359,7 @@ public String getDescription() {
@Override @Override
String getSQL(CommunicationsManager commsManager) { String getSQL(CommunicationsManager commsManager) {
if(limit > 0) { if(limit > 0) {
return "ORDER BY relationships.date_time LIMIT " + limit; return "ORDER BY relationships.date_time DESC LIMIT " + limit;
} else { } else {
return ""; return "";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment