Commit a74da935 authored by Frank Bergmann's avatar Frank Bergmann

- fixed KPMG issues

parent 2d79e4ab
......@@ -76,6 +76,8 @@ if {[catch {
# Extract the header line from the file
set lines [split $lines_content "\n"]
if {"" == $lines} { ad_return_complaint 1 "<b>You didn't select a file in the screen before.</b>" }
set separator [im_csv_guess_separator $lines]
# ad_return_complaint 1 $separator
set lines_len [llength $lines]
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment