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;