Delete types
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
if($v=='1') $v='true'; else
|
||||
if($v=='0') $v='false';
|
||||
}else
|
||||
if($t=='string' || $t=='text' || $t=='dateTime' || $t=='time' || $t=='date' || $t=='file') {
|
||||
if($t=='string' || $t=='html' || $t=='text' || $t=='dateTime' || $t=='time' || $t=='date' || $t=='file') {
|
||||
if ($v == '') {
|
||||
$v = 'NULL';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user