From eac7974e377978d1379644be453555f3f5f977e8 Mon Sep 17 00:00:00 2001 From: "chris@littlegreenviper.com" Date: Mon, 8 Apr 2013 17:39:35 -0400 Subject: [PATCH] * The Swedish localization is all but complete. * Switched the order of the long/lat fields in the NAWS export. --- README | 5 +++++ main_server/client_interface/csv/search_results_csv.php | 2 +- main_server/client_interface/serverInfo.xml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README b/README index ea2bf5e3..3fd1721a 100644 --- a/README +++ b/README @@ -46,6 +46,11 @@ For instructions on installing the root server, see this page: CHANGELIST ---------- += Version 2.0b14 = +* April 8, 2013 +* The Swedish localization is all but complete. +* Switched the order of the long/lat fields in the NAWS export. + = Version 2.0b12 = * April 6, 2013 * Added placeholders for the Swedish and Spanish localizations. diff --git a/main_server/client_interface/csv/search_results_csv.php b/main_server/client_interface/csv/search_results_csv.php index e7f8e5b5..710052d2 100755 --- a/main_server/client_interface/csv/search_results_csv.php +++ b/main_server/client_interface/csv/search_results_csv.php @@ -570,8 +570,8 @@ function ReturnNAWSFormatCSV ( 'Format5' => 'BMLT_FuncNAWSReturnFormat5', 'Delete' => null, 'LastChanged' => 'BMLT_FuncNAWSReturnLastMeetingChangeTime', - 'Latitude' => 'latitude', 'Longitude' => 'longitude', + 'Latitude' => 'latitude', 'ContactGP' => null ); diff --git a/main_server/client_interface/serverInfo.xml b/main_server/client_interface/serverInfo.xml index 2f8e6eb0..b05c7798 100755 --- a/main_server/client_interface/serverInfo.xml +++ b/main_server/client_interface/serverInfo.xml @@ -1,6 +1,6 @@ - 2.0b12 + 2.0b14 \ No newline at end of file