Update commonobject.class.php
This commit is contained in:
parent
c85d216f8e
commit
3158fdc551
@ -5062,7 +5062,7 @@ $val=$this->fields[$key];
|
|||||||
|
|
||||||
$param['options']=array($reg[1].':'.$reg[2].':'.$reg[3].':'.$reg[4]=>'N');
|
$param['options']=array($reg[1].':'.$reg[2].':'.$reg[3].':'.$reg[4]=>'N');
|
||||||
$type ='sellist';
|
$type ='sellist';
|
||||||
}else if(preg_match('/varchar\((\d+)\)/', $val['type'],reg)){
|
}else if(preg_match('/varchar\((\d+)\)/', $val['type'],$reg)){
|
||||||
|
|
||||||
$param['options']=array();
|
$param['options']=array();
|
||||||
$type ='varchar';
|
$type ='varchar';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user