mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
7 lines
205 B
PHP
7 lines
205 B
PHP
<?php
|
|
|
|
// crmv@158563
|
|
global $adb;
|
|
$em = new VTEventsManager($adb);
|
|
$em->registerHandler('vtiger.entity.beforesave', 'modules/Geolocalization/GeolocalizationHandler.php', 'GeolocalizationHandler');
|