From 2f62c299e048e35039a9e7a5e804b5d969237037 Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 13 Oct 2011 20:33:19 +0000 Subject: [PATCH] corrected order by statement --- productMods/config/listViewConfig-hasPresenterRole.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/config/listViewConfig-hasPresenterRole.xml b/productMods/config/listViewConfig-hasPresenterRole.xml index 9e0df726..cf09b498 100644 --- a/productMods/config/listViewConfig-hasPresenterRole.xml +++ b/productMods/config/listViewConfig-hasPresenterRole.xml @@ -75,7 +75,7 @@ FILTER ( bound(?presentation) ) - } ORDER BY ?subclass DESC(?dateTimeEnd) ?presentationLabel ?presentationName + } ORDER BY ?subclass DESC(?dateTime) ?presentationLabel ?presentationName