From fd9b66481903fa229ee3b441a9a8ea20bceae03d Mon Sep 17 00:00:00 2001 From: Nate Date: Wed, 12 Feb 2020 10:46:52 -0700 Subject: [PATCH] Destinations - Import: Misc consistency updates. --- app/destinations/destination_imports.php | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/app/destinations/destination_imports.php b/app/destinations/destination_imports.php index f400553a8d..d19df00aee 100644 --- a/app/destinations/destination_imports.php +++ b/app/destinations/destination_imports.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2019 + Portions created by the Initial Developer are Copyright (C) 2018-2020 the Initial Developer. All Rights Reserved. Contributor(s): @@ -56,8 +56,6 @@ //get the http get values and set them as php variables $action = $_POST["action"]; - $order_by = $_POST["order_by"]; - $order = $_POST["order"]; $from_row = $_POST["from_row"]; $delimiter = $_POST["data_delimiter"]; $enclosure = $_POST["data_enclosure"]; @@ -677,13 +675,13 @@ foreach ($line_fields as $line_field) { $line_field = trim(trim($line_field), $enclosure); echo "\n"; - echo "\n"; + echo " \n"; //echo " ".$text['label-zzz']."\n"; echo $line_field; - echo "\n"; - echo "\n"; - echo " \n"; + echo " \n"; foreach($schema as $row) { echo " \n"; foreach($row['fields'] as $field) { @@ -697,11 +695,11 @@ } echo " \n"; } - echo " \n"; + echo " \n"; //echo "
\n"; //echo $text['description-zzz']."\n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo "\n"; $x++; } @@ -824,6 +822,7 @@ echo "\n"; echo "\n"; + echo "

\n"; echo "\n"; echo "\n"; @@ -877,7 +876,7 @@ echo " ".$text['label-import_data']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-import_data']."\n"; echo "\n";