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

FEAT #9284 migrate export

parent 0b7420de
No related branches found
No related tags found
No related merge requests found
...@@ -117,16 +117,16 @@ foreach ($customs as $custom) { ...@@ -117,16 +117,16 @@ foreach ($customs as $custom) {
} elseif ($functionName == 'get_entity_initiator_short_label') { } elseif ($functionName == 'get_entity_initiator_short_label') {
$functionName = 'getInitiatorEntity'; $functionName = 'getInitiatorEntity';
} elseif ($functionName == 'get_entity_dest_short_label') { } elseif ($functionName == 'get_entity_dest_short_label') {
printf("La fonction get_entity_dest_short_label a été remplacé par getDestinationEntity\n"); printf("La fonction get_entity_dest_short_label a été remplacé par la fonction getDestinationEntity\n");
continue; continue;
} elseif ($functionName == 'get_contact_type') { } elseif ($functionName == 'get_contact_type') {
printf("La fonction get_contact_type a été remplacé par getSender\n"); printf("La fonction get_contact_type a été remplacé par la fonction getSender\n");
continue; continue;
} elseif ($functionName == 'get_contact_civility') { } elseif ($functionName == 'get_contact_civility') {
printf("La fonction get_contact_civility a été remplacé par getSender\n"); printf("La fonction get_contact_civility a été remplacé par la fonction getSender\n");
continue; continue;
} elseif ($functionName == 'get_contact_function') { } elseif ($functionName == 'get_contact_function') {
printf("La fonction get_contact_function a été remplacé par getSender\n"); printf("La fonction get_contact_function a été remplacé par la fonction getSender\n");
continue; continue;
} elseif ($functionName == 'get_tags') { } elseif ($functionName == 'get_tags') {
$functionName = 'getTags'; $functionName = 'getTags';
......
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