Index: trunk/FACT++/scripts/getSchedule.js
===================================================================
--- trunk/FACT++/scripts/getSchedule.js	(revision 18715)
+++ trunk/FACT++/scripts/getSchedule.js	(revision 18719)
@@ -21,5 +21,5 @@
                         "LEFT JOIN Source USING (fSourceKey) "+
                         "WHERE fStart>'"+start.toISOString()+"' "+
-                        "ORDER BY fStart, fMeasurementID");
+                        "ORDER BY fStart ASC, fMeasurementID ASC");
 
     // Close db connection
