Skip to content
Snippets Groups Projects
Commit b22edf17 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #202 fusion M2M refactoring

parent 0e66a90a
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ abstract class business_app_tools_Abstract extends Database
$_SESSION['tablename']['contact_types'] = (string) $tablename->contact_types;
$_SESSION['tablename']['contact_purposes'] = (string) $tablename->contact_purposes;
$_SESSION['tablename']['contact_addresses'] = (string) $tablename->contact_addresses;
$_SESSION['tablename']['contact_communication'] = 'contact_communication';
$_SESSION['tablename']['tags'] = (string) $tablename->tags;
$_SESSION['config']['tmppath'] = $_SESSION['config']['corepath'] . 'apps'
......
......@@ -38,7 +38,6 @@
<contact_types>contact_types</contact_types>
<contact_purposes>contact_purposes</contact_purposes>
<contact_addresses>contact_addresses</contact_addresses>
<contact_communication>contact_communication</contact_communication>
<tags>tags</tags>
</TABLENAME>
<WORKBATCH>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment