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