Commit 39e546d1 authored by Frank Bergmann's avatar Frank Bergmann

- CSV Import:

  Fixed issue when importing files
parent 986ddf95
......@@ -510,6 +510,7 @@ foreach csv_line_fields $values_list_of_lists {
# Import DynFields
set project_dynfield_updates {}
set task_dynfield_updates {}
array unset attributes_hash
array set attributes_hash {}
db_foreach store_dynfiels $dynfield_sql {
ns_log Notice "import-im_project: name=$attribute_name, otype=$object_type, table=$table_name"
......
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