mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
3 lines
142 B
PHP
3 lines
142 B
PHP
<?php
|
|
global $adb, $table_prefix;
|
|
$adb->pquery("update {$table_prefix}_ws_fieldtype set fieldtype = ? where uitype = ?", array('string',221)); |