mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
5 lines
267 B
PHP
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')); |