From 64c735f2aedb1c18ed311ac986ff39b435fd7c79 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 20 Dec 2014 21:23:29 +0200 Subject: Fix a bug that added 0, 0 as location on manual CSV import The existence of location information was tested incorrectly resulting in erroneously adding these fields if they were not present. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/manualcsv2xml.xslt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xslt/manualcsv2xml.xslt b/xslt/manualcsv2xml.xslt index 1ad96510f..58f04fc98 100644 --- a/xslt/manualcsv2xml.xslt +++ b/xslt/manualcsv2xml.xslt @@ -166,9 +166,9 @@ - + - + @@ -176,7 +176,7 @@ - + -- cgit v1.2.3-70-g09d2