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

5 lines
192 B
PHP

<?php
global $adb, $table_prefix;
// crmv@198388
$adb->pquery("update {$table_prefix}_field set presence = ? where tabid = ? and fieldname = ?", array(1,getTabid('Processes'),'description'));