Files
crm.twinpol.com/custom/modules/Opportunities/logic_hooks.php
2025-05-12 15:44:39 +00:00

12 lines
413 B
PHP
Executable File

<?php
// Do not store anything in this file that is not part of the array or the hook version. This file will
// be automatically rebuilt in the future.
$hook_version = 1;
$hook_array = Array();
// position, file, function
$hook_array['before_save'] = Array();
$hook_array['before_save'][] = Array(1, 'Opportunities push feed', 'modules/Opportunities/SugarFeeds/OppFeed.php','OppFeed', 'pushFeed');
?>