mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
11 lines
370 B
PHP
11 lines
370 B
PHP
<?php
|
|
|
|
global $adb, $table_prefix;
|
|
|
|
/* crmv@180132 */
|
|
|
|
$adb->pquery("UPDATE {$table_prefix}_tracking_unit SET presence = ? WHERE tracking_unit = ?", array(0, 'Incidents'));
|
|
|
|
// crmv@180638
|
|
$adb->pquery("UPDATE {$table_prefix}_links SET cond = ? WHERE linklabel = ?", array('checkFaxWidgetPermission:modules/Fax/widgets/CheckWidgetPermission.php', 'TITLE_COMPOSE_FAX'));
|