Fix new addresses in export-dt-ini

develop
lethosor 2015-12-28 23:19:02 -05:00
parent 51164d5547
commit 2079093d5a
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 15775d808cded53ddcbe2675bdbe03b0f123c707 Subproject commit 357197817bf05677ff51287b3015e1621f4c0888

@ -443,8 +443,8 @@ address('pray_sphere',df.activity_event_prayerst,'topic')
address('knowledge_category',df.activity_event_ponder_topicst,'knowledge_category') address('knowledge_category',df.activity_event_ponder_topicst,'knowledge_category')
address('knowledge_flag',df.activity_event_ponder_topicst,'knowledge_flag') address('knowledge_flag',df.activity_event_ponder_topicst,'knowledge_flag')
address('perf_type',df.activity_event_performancest,'type') address('perf_type',df.activity_event_performancest,'type')
address('perf_participants',df.activity_event_performancest,'participants') address('perf_participants',df.activity_event_performancest,'participant_actions')
address('perf_histfig',df.activity_event_performancest,'anon_2') address('perf_histfig',df.activity_event_performancest.T_participant_actions,'histfig_id')
-- Final creation of the file -- Final creation of the file