From: Luciano Montanaro Date: Mon, 16 Jan 2012 00:11:54 +0000 (+0100) Subject: Change mergelist so that the field order remains the same X-Git-Tag: tags/0.5.0~14 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=929b77d6376a44723a1713b66914d58403812e84;hp=ec1dc45a92c85e2b6c7774ea12f8638d2f27eb1f;p=quandoparte Change mergelist so that the field order remains the same --- 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 } }