From b18503a299adda233c43ba3b16d54919f642477c Mon Sep 17 00:00:00 2001 From: steffen Date: Fri, 31 Oct 2025 12:03:27 +0100 Subject: [PATCH] test --- cx2mysql.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cx2mysql.pl b/cx2mysql.pl index 236d2e8..78040e8 100644 --- a/cx2mysql.pl +++ b/cx2mysql.pl @@ -10,6 +10,7 @@ my @lines = read_file($datei); write_file('admin2.sql', ''); + my %spalten; my $spaltenbestimmen = 0; my $inserts = 0; @@ -133,4 +134,4 @@ $lin =~ s/\),$/\);/; write_file('cx.sql', $lin); -1; \ No newline at end of file +1;