Remove and merge obsolete files csv_laden_hu_alt & csv_laden_iso

This commit is contained in:
2019-08-30 23:13:46 +02:00
committed by Stefan Rohde-Enslin
parent 1fe3849713
commit e6272ddd17
5 changed files with 48 additions and 100 deletions

View File

@ -3,7 +3,6 @@ ob_start();
error_reporting(E_ALL);
ini_set('display_errors', 1);
require 'inc/zeichen.php';
$filename = $_GET['fnam'];
$csv_datei = 'csv/' . $filename;
@ -663,10 +662,10 @@ else
echo '<hr>';
if ($error + $depcon_error > 0) {
echo 'Error(s) found: ' . ($error + $depcon_error);
echo '
<p>Error(s) found: ' . ($error + $depcon_error) . '</p>';
}
else
{
else {
echo '<a href="index5.php?fnam=' . $_GET['fnam'] . '"><img src="img/go.gif"> Create XML for md:import (iso 8859-1)</a><br>';
echo '<a href="index6.php?fnam=' . $_GET['fnam'] . '"><img src="img/go.gif"> Create XML for md:import (utf8)</a><br>';
}