vtenext/modules/Update/changes/2013_2014.php
2021-04-28 20:10:26 +02:00

5 lines
267 B
PHP

<?php
global $adb, $table_prefix;
// crmv@198950
$adb->pquery("UPDATE {$table_prefix}_eventhandlers SET event_name = ? WHERE event_name = ? AND handler_class = ?", array('vtiger.entity.aftersave.notifications', 'vtiger.entity.aftersave', 'ModNotificationsHandler'));