Commit 2b885e9d authored by Frank Bergmann's avatar Frank Bergmann

- exec -> im_exec changes from Gustaf

parent 65d01063
......@@ -24,7 +24,7 @@ ad_proc -public im_import_forum_topics { filename } {
return $err_return
}
set csv_content [exec /bin/cat $filename]
set csv_content [im_exec cat $filename]
set csv_lines [split $csv_content "\n"]
set csv_lines_len [llength $csv_lines]
......
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