Commit 2e229c5381244ff61de3fe4937b76439ae601c21

Authored by totoro
1 parent 529092e0

update access to lwa from web_request which is now in Var

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
controller/hk_rows_import.anubis
@@ -343,7 +343,7 @@ public define Result(String, String) @@ -343,7 +343,7 @@ public define Result(String, String)
343 //csv_sep 343 //csv_sep
344 //col_x = 'target_col', where x is the column number in csv file and target_col is name of the column in the table 344 //col_x = 'target_col', where x is the column number in csv file and target_col is name of the column in the table
345 //with _T = make_translate_function(_session.language), 345 //with _T = make_translate_function(_session.language),
346 - with lwa = _session.web_request.lwa, 346 + with lwa = *_session.web_request.lwa,
347 with separator = get_String(lwa, "csv_sep", ";"), 347 with separator = get_String(lwa, "csv_sep", ";"),
348 with csv_db_columns = get_columns_list(lwa), 348 with csv_db_columns = get_columns_list(lwa),
349 with columns = get_db_columns(csv_db_columns, []), 349 with columns = get_db_columns(csv_db_columns, []),