From 929b77d6376a44723a1713b66914d58403812e84 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Mon, 16 Jan 2012 01:11:54 +0100 Subject: [PATCH] Change mergelist so that the field order remains the same --- application/resources/stations/mergelist.xq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/resources/stations/mergelist.xq b/application/resources/stations/mergelist.xq index 3df28a2..a0f4c5b 100644 --- a/application/resources/stations/mergelist.xq +++ b/application/resources/stations/mergelist.xq @@ -3,11 +3,11 @@ for $station in doc('stationpositions.qpl')//station return -{ $station/name } { $station/pos } {for $stationcode in doc('stationcodes.qpl')//station where $stationcode/name = $station/name return $stationcode/code} +{ $station/name } } -- 1.7.9.5